summaryrefslogtreecommitdiff
path: root/themes/night.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-07 11:57:26 +0300
committerAndrew Dolgov <[email protected]>2018-12-07 11:57:26 +0300
commit1337d992c12c278b3d6680c1f7cffada36cc5006 (patch)
tree401edd2ae87ea900a9f931f0802e3fe2ff13d62f /themes/night.less
parenta538dd0f7f12832ee6ca5b14a846a7926c3872f8 (diff)
night.css: lower brightness of unchecked checkboxes
Diffstat (limited to 'themes/night.less')
-rw-r--r--themes/night.less4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night.less b/themes/night.less
index 761308b13..d79551fa9 100644
--- a/themes/night.less
+++ b/themes/night.less
@@ -119,6 +119,10 @@ body.flat.ttrss_main {
}
}
+ .dijitCheckBox:not(.dijitChecked)::before {
+ color : @fg-insensitive;
+ }
+
.insensitive {
color : @fg-insensitive;
}