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

add new version indicator on main chrome

This commit is contained in:
Andrew Dolgov
2007-01-27 12:32:59 +01:00
parent ef16ae3782
commit d9fa39f1d4
6 changed files with 55 additions and 9 deletions

View File

@@ -76,7 +76,7 @@ ul.feedCatList {
ul.feedCatList li {
margin : 0px;
padding : 0px 0px 0px 0px;
padding : 0px 0px 2px 0px;
color : black;
}
@@ -85,6 +85,10 @@ ul.feedList li {
font-size : small;
}
ul.feedCatList img {
vertical-align : bottom;
}
li.feedUnread,
li.errorUnread,
li.labelUnread,
@@ -1431,4 +1435,8 @@ ul.headlineDropdownMenu ul li:hover {
background-color : #f0f0f0;
}
#newVersionIcon {
vertical-align : middle;
cursor : pointer;
display : none;
}