]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.less
mention mailer_smtp plugin in config.php-dist
[tt-rss.git] / css / tt-rss.less
old mode 100644 (file)
new mode 100755 (executable)
index 48e4d9f..1a81be5
@@ -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
+}