summaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-06 12:34:58 +0400
committerAndrew Dolgov <[email protected]>2013-07-06 12:34:58 +0400
commit4b7ebe93a8a59a3bd2e7fb820795314be3db51ce (patch)
tree71a42f5f44404b1caa9483005827a4c2a1498b94 /css/cdm.css
parent04a8c2065f73fd425a61dc55b4735de866fc01c5 (diff)
fix broken highlighting of high-scored rows
Diffstat (limited to 'css/cdm.css')
-rw-r--r--css/cdm.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 18bedce01..7e85cbfff 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -265,3 +265,22 @@ div#floatingTitle span.author,
div#floatingTitle img.tinyFeedIcon {
display : none;
}
+
+.cdm.high .cdmHeader a.title.high, .cdm.high .cdmHeader .cdmExcerpt,
+.cdm.high .cdmHeader span.author {
+ color : #00aa00;
+}
+
+.cdm.Unread.high .cdmHeader a.title.high, .cdm.Unread.high .cdmHeader .cdmExcerpt,
+.cdm.Unread.high .cdmHeader span.author {
+ color : #00dd00;
+}
+
+.cdm .cdmHeader a.title.low, .cdm.low .cdmHeader .cdmExcerpt,
+.cdm.Unread .cdmHeader a.title.low, .cdm.Unread.low .cdmHeader .cdmExcerpt,
+.cdm.low .cdmHeader span.author {
+ color : #909090;
+ text-decoration : line-through;
+}
+
+