summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-26 08:05:16 +0100
committerAndrew Dolgov <[email protected]>2005-08-26 08:05:16 +0100
commit9b30724847bcdcee2127d166f221b762d7981570 (patch)
treebfe5ac48efc5fa5b8f4dc647ddda859051a3d0e1 /tt-rss.css
parent603c27f828a4db20eed63b9593b5bc579e8377fd (diff)
inline feed editor improvements
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2d3f07f53..b8c0b6c2c 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -184,6 +184,15 @@ table.main td.notify {
}
+.evenGrayed {
+ background-color : #f0f0f0;
+ color : #909090;
+}
+
+.oddGrayed {
+ color : #909090;
+}
+
.even {
background-color : #f0f0f0;
}