summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-23 16:06:12 +0100
committerAndrew Dolgov <[email protected]>2005-08-23 16:06:12 +0100
commit7e00c9814f72c3354d8d560d46f1e6151929f1f1 (patch)
tree6baf8f63a030e496fbe7bc48a0e70f050c0479a8 /tt-rss.css
parent047bae73731623a4d1a07c2ce0431df854094f10 (diff)
changed selected rows color in pref pane
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 6fcd5537b..a02f81a76 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -233,11 +233,11 @@ table.prefFeedList tr.title td {
}
.evenSelected {
- background-color : #c0c0c0;
+ background-color : #e0e0ff;
}
.oddSelected {
- background-color : #c0c0c0;
+ background-color : #e0e0ff;
}
a.disabledButton {