aboutsummaryrefslogtreecommitdiff
path: root/css/cdm.css
diff options
context:
space:
mode:
authorjustauser <justausr@hotmail.com>2013-07-07 13:54:10 -0400
committerjustauser <justausr@hotmail.com>2013-07-07 13:54:10 -0400
commite4e9ac1fc288d6715f6419cd4c8a44386362ecf0 (patch)
treec92f9b0f8790866881cd0fbe230ee0d35dfb09b2 /css/cdm.css
parent47fecba235400e0d7a5a7c54c9ff201c0840deec (diff)
parent1016a4ef38aba68bc6106015b10d6d3970b72d5e (diff)
Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSS
updating from github]
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;
+}
+
+