]> git.wh0rd.org - tt-rss.git/blobdiff - css/prefs.css
make disabled filter rules easier to discern
[tt-rss.git] / css / prefs.css
index e93f3a2fc2ac921533d497c17cec431c9fdef946..0a184ff9b4e8491c84f8c084c9a8cc394a1623ea 100644 (file)
@@ -56,7 +56,7 @@ tr.title td {
        border-width : 0px 0px 1px 0px;
        border-color : #ecf4ff;
        border-style : solid;
-       color : #4684ff;
+       color : #0088cc;
 }
 
 div.prefProfileHolder, div.prefFeedOPMLHolder, div.inactiveFeedHolder {
@@ -72,12 +72,11 @@ div.filterTestHolder, div.prefFeedOPMLHolder {
        border-width : 1px;
 }
 
-ul.selfUpdateList, ul.userFeedList {
+ul.userFeedList {
        height : 200px;
        overflow : auto;
        list-style-type : none;
        border : 1px solid #ddd;
-       background-color : #f5f5f5;
        margin : 0px 0px 5px 0px;
        padding : 5px;
 }
@@ -96,13 +95,6 @@ div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
        color : red;
 }
 
-a.bookmarklet {
-       color : #4684ff;
-       border : 1px solid #ddd;
-       background : #f5f5f5;
-       padding : 2px;
-}
-
 table.prefPluginsList td label, table.prefUserList td {
        cursor : pointer;
 }