summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-08 13:54:06 +0300
committerAndrew Dolgov <[email protected]>2018-02-08 13:54:06 +0300
commitf6269d1bc4aa9bf01a939cbb82e622ffb9a68b16 (patch)
tree0341badd8f75b99bfd8959041228a197ea7e92a5 /css
parentcc16b7ba39fe7f2780cc9481f5d8a44dfe3ed1a0 (diff)
add special class for feeds with disabled updates
Diffstat (limited to 'css')
-rwxr-xr-x[-rw-r--r--]css/tt-rss.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 48e4d9fe0..1a81be562 100644..100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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;
-} \ No newline at end of file
+}