summaryrefslogtreecommitdiff
path: root/digest.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-09-13 08:56:50 +0400
committerAndrew Dolgov <[email protected]>2010-09-13 08:56:50 +0400
commit2f57dff5e4ba3060c560a77b7634c663d4e19d01 (patch)
treefb794eacf6d5730caa482a708a442e17d8248cb3 /digest.css
parented6c208dda7a1ff2825a34786d795419f1536dac (diff)
digest: mark read article on zoom
Diffstat (limited to 'digest.css')
-rw-r--r--digest.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/digest.css b/digest.css
index 9041f7416..45d502e3b 100644
--- a/digest.css
+++ b/digest.css
@@ -207,13 +207,25 @@ a:hover {
clear : left;
}
-#headlines ul#headlines-content a.title {
+#headlines ul#headlines-content li.unread a.title {
font-weight : bold;
font-size : 16px;
display : block;
padding-left : 21px;
}
+#headlines ul#headlines-content li.read a.title {
+ font-size : 16px;
+ font-weight : bold;
+ display : block;
+ padding-left : 21px;
+ color : #8DB1D6;
+}
+
+#headlines ul#headlines-content li.read a.title:hover {
+ color : gray;
+}
+
#headlines ul#headlines-content img#H-LOADING-IMG {
margin-left : 5px;
}