]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
tweak feed-prefs; rework filter prefs to use dijit.Tree
[tt-rss.git] / tt-rss.css
index 4cab27e9f67a578425495a768cb255d979cb0051..0eba89c1315e95733109d5f97e2d27244d796909 100644 (file)
@@ -1271,6 +1271,19 @@ span.prefsLabelEntry {
        padding : 2px;
 }
 
+span.labelColorIndicator {
+       height : 14px;
+       width : 14px;
+       line-height : 14px;
+       font-height : 9px;
+       display : inline-block;
+       border : 1px solid black;
+       background-color : #fff7d5;     
+       color : #063064;
+       text-align : center;
+       margin-right : 2px;
+}
+
 div.labelColorIndicator {
        height : 14px;
        width : 14px;
@@ -1513,6 +1526,10 @@ div.fatalError textarea {
        font-weight : bold;
 }
 
+.dijitTreeLabel.Disabled, .labelParam.Disabled {
+       color : gray;
+}
+
 .dijitTreeRow.Error {
        color : red;
 }
@@ -1526,12 +1543,16 @@ img.feedIcon, img.tinyFeedIcon {
        height : 16px;
 }
 
-div#feedlistLoading {
+div#feedlistLoading, div#filterlistLoading {
        text-align : center;
        padding : 5px;
        color : gray;
 }
 
+div#feedlistLoading img, div#filterlistLoading img {
+       margin-right : 5px;
+}
+
 div#pref-tabs .dijitContentPane {
        font-size : 12px;
 }
@@ -1562,3 +1583,8 @@ div#pref-tabs .dijitContentPane h3 {
 #errorButton {
        color : red;
 }
+
+span.labelFixedLength {
+       display : inline-block;
+       width : 70%;
+}