1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-08 08:51:33 +00:00

add special class for feeds with disabled updates

This commit is contained in:
Andrew Dolgov
2018-02-08 13:54:06 +03:00
parent cc16b7ba39
commit f6269d1bc4
3 changed files with 12 additions and 4 deletions

6
css/tt-rss.less Normal file → Executable file
View File

@@ -828,6 +828,10 @@ body.ttrss_main {
color : red;
}
#feedTree .dijitTreeRow.UpdatesDisabled .dijitTreeLabel {
color : #909090;
}
#feedTree.dijitTree .dijitTreeNode .dijitTreeRowSelected {
box-shadow : -1px 0px 2px -1px rgba(0,0,0,0.1);
border-right-color : white;
@@ -1206,4 +1210,4 @@ body.ttrss_login {
::selection {
background : @color-accent;
color : white;
}
}