summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-04-30 11:39:05 +0100
committerAndrew Dolgov <[email protected]>2008-04-30 11:39:05 +0100
commit5daa24f2333ee9f5a5c6188b2a655ae89c57d78c (patch)
tree316288e54dcf52822a6daee85ef223f4777fdfe1 /tt-rss.css
parentfee840fbe3c2ec42dd0174ca26060e140001154f (diff)
CDM: implement scoring display
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 65c93175b..abed34564 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -925,7 +925,7 @@ div.cdmHeader {
padding : 5px 5px 10px 5px;
}
-div.cdmArticleUnread div.cdmHeader a {
+div.cdmArticleUnread div.cdmHeader span.titleWrap a {
color : black;
}
@@ -995,7 +995,6 @@ div.cdmHeader a:hover {
div.cdmContent {
margin : 5px 15px 0px 15px;
-
}
div.cdmEnclosures {
@@ -1768,3 +1767,19 @@ td.hlContentL a, td.hlContentL span {
color : #909090;
text-decoration : line-through;
}
+
+span.titleWrapH, span.titleWrapH a {
+ color : #00cc00;
+}
+
+span.titleWrapL, span.titleWrapL a {
+ color : #909090;
+ text-decoration : line-through;
+}
+
+img.hlScorePic {
+ vertical-align : middle;
+ width : 16px;
+ height : 16px;
+}
+