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:
6
css/tt-rss.less
Normal file → Executable file
6
css/tt-rss.less
Normal file → Executable 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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user