summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-05 16:48:29 +0300
committerAndrew Dolgov <[email protected]>2018-12-05 16:48:29 +0300
commitf3e6e12d46da27f99aa23d86298712f339f717cb (patch)
tree8a51c7c229e950d2f1220f23b3ece6b62d3fc6ff /css/default.css
parentb16c57d29c1aa304716ae524cdc74a957a50763c (diff)
various minor updates re: icons
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/default.css b/css/default.css
index 92b9a599c..df1be9664 100644
--- a/css/default.css
+++ b/css/default.css
@@ -416,7 +416,6 @@ body.ttrss_main span.hlLabelRef {
body.ttrss_main i.marked-pic,
body.ttrss_main i.pub-pic {
cursor: pointer;
- color: #ccc;
}
body.ttrss_main div.tagCloudContainer {
background: white;
@@ -1574,6 +1573,10 @@ body.ttrss_prefs hr {
float: right;
margin-right: 1em;
}
+.flat .dijitTree .labelParam.filterDisabled,
+.flat .dijitTree .dijitTreeLabel.filterDisabled {
+ text-decoration: line-through;
+}
.flat .dijitTree .feedParam {
color: #555555;
float: right;
@@ -1944,6 +1947,7 @@ body.ttrss_zoom div.post div.content pre {
/* Preferred icon size */
display: inline-block;
line-height: 1;
+ color: #ccc;
text-transform: none;
letter-spacing: normal;
word-wrap: normal;