1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

remove gradients, update favicon avg color display

This commit is contained in:
Andrew Dolgov
2013-05-07 19:39:04 +04:00
parent 48e5a75654
commit d310348460
3 changed files with 27 additions and 30 deletions
+11 -6
View File
@@ -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 {