summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-05-18 08:30:36 +0100
committerAndrew Dolgov <[email protected]>2007-05-18 08:30:36 +0100
commitdf0539c7bce95739e1fc23c795f9970a291903b9 (patch)
tree822cd94f44acf2516876806fa447edeb6f3b9c87 /tt-rss.css
parentb58b16612644111745227774e58cd06582988b87 (diff)
misc style fixes
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index bd843c59e..07f683985 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -440,6 +440,7 @@ div.prefFeedCatHolder {
overflow : auto;
border : 1px solid #99d67a;
margin : 5px 0px 5px 0px;
+ background-color : white;
}
a.helpLink {
@@ -1570,4 +1571,6 @@ li.feedCatHolder {
display : inline;
}
-
+table.prefFeedCatList {
+ background-color : white;
+}