mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:45:55 +00:00
update label editor
This commit is contained in:
18
tt-rss.css
18
tt-rss.css
@@ -1284,6 +1284,20 @@ span.labelColorIndicator {
|
||||
margin-right : 2px;
|
||||
}
|
||||
|
||||
span.labelColorIndicator2 {
|
||||
height : 14px;
|
||||
width : 14px;
|
||||
font-height : 9px;
|
||||
display : inline-block;
|
||||
border : 1px solid black;
|
||||
background-color : #fff7d5;
|
||||
color : #063064;
|
||||
text-align : center;
|
||||
margin-right : 2px;
|
||||
vertical-align : bottom;
|
||||
}
|
||||
|
||||
|
||||
div.labelColorIndicator {
|
||||
height : 14px;
|
||||
width : 14px;
|
||||
@@ -1543,13 +1557,13 @@ img.feedIcon, img.tinyFeedIcon {
|
||||
height : 16px;
|
||||
}
|
||||
|
||||
div#feedlistLoading, div#filterlistLoading {
|
||||
div#feedlistLoading, div#filterlistLoading, div#labellistLoading {
|
||||
text-align : center;
|
||||
padding : 5px;
|
||||
color : gray;
|
||||
}
|
||||
|
||||
div#feedlistLoading img, div#filterlistLoading img {
|
||||
div#feedlistLoading img, div#filterlistLoading img, div#labellistLoading {
|
||||
margin-right : 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user