summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
committerAndrew Dolgov <[email protected]>2009-01-18 14:54:40 +0100
commite2549229e1a10d8dbb41802d19027741040ab61c (patch)
treea0b6ec0e119345da61e33da5cbb6e5534c03962d /tt-rss.css
parent814bff66496bb8d57ced77771edcfb4f173ce5ee (diff)
display article labels in headlines buffer
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 7cf2bcf5e..69516b8f1 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -866,6 +866,16 @@ table.headlinesList {
width : 100%;
}
+table.headlinesList span.hlLabelRef, div.cdmHeader span.hlLabelRef {
+ background-color : #fff7d5;
+ font-height : 8px;
+ color : #063064;
+ font-weight : normal;
+ margin : 0px 3px 0px 3px;
+ padding : 0px 4px 0px 4px;
+ white-space: nowrap;
+}
+
table.headlinesList td.hlFeedIcon {
width : 25px;
text-align : center;