summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-07 19:39:04 +0400
committerAndrew Dolgov <[email protected]>2013-05-07 19:39:04 +0400
commitd31034846030b3e17b176dda5f0b22d772bdbb5e (patch)
treea3d4a210bddf6a73f2037bfd1d5b4dbfb2212440 /tt-rss.css
parent48e5a756542db9e133bece38125f42974f8022ec (diff)
remove gradients, update favicon avg color display
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index b33e3f63a..a9b03fe39 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -407,15 +407,21 @@ div.postHeader div {
display : none;
}
-div.hlFeed, div.hlFeed a {
- font-size : 10px;
- color : gray;
+a.hlFeed {
+ display : block;
+ white-space : nowrap;
+ font-size : 9px;
font-style : italic;
font-weight : normal;
- white-space: nowrap;
+ border-radius : 4px;
+ display : inline-block;
+ padding : 1px 2px 1px 2px;
+ margin-bottom : 2px;
+ margin-top : 2px;
+ color : gray;
}
-div.hlFeed a:hover {
+a.hlFeed:hover {
color : #4684ff;
}
@@ -725,7 +731,6 @@ span.hlUpdated {
vertical-align : middle;
text-align : right;
font-size : 10px;
- font-weight : normal;
}
div.hlLeft {