summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-07-16 09:59:14 +0400
committerAndrew Dolgov <[email protected]>2013-07-16 09:59:14 +0400
commit41d37fb2c39b2b270981dac423e3d6c55293048d (patch)
tree26e16c79c823851bf718a5093e3f5a0e6b63283b /css
parent39d61109e6a88930d8a70e8a8dd5bf1b115b0161 (diff)
add experimental hack to show row unread status in floating title
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/css/cdm.css b/css/cdm.css
index 98fd4edf6..23b8c7767 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -268,6 +268,11 @@ div#floatingTitle a.title {
color : #999;
font-weight : bold;
}
+
+div#floatingTitle.Unread a.title {
+ color : black;
+}
+
div#floatingTitle img.anchor {
margin-right : 1px;
margin-left : 0px;