summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
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;
}