summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-08-24 07:39:57 +0100
committerAndrew Dolgov <[email protected]>2007-08-24 07:39:57 +0100
commitdf456bb0cfffc4845b4f82b1868bbf96c03b570f (patch)
treeec57a82feaace91af573a4ae2d115df6dbb6a5fe /tt-rss.css
parent19815594c882ca3f25b257dbdce76c74428d1e16 (diff)
tweak display of multi-feed headlines
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index ba1d4070e..d02ca4f08 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -847,6 +847,15 @@ td.hlFeed {
text-align : right;
}
+span.hlFeed, span.hlFeed a {
+ font-size : 9pt;
+ color : gray;
+}
+
+span.hlFeed a:hover {
+ color : #4684ff;
+}
+
/* div.cdmArticle:hover {
background-color : white;
} */