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:
12
tt-rss.css
12
tt-rss.css
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user