1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

night.css: lower brightness of unchecked checkboxes

This commit is contained in:
Andrew Dolgov
2018-12-07 11:57:26 +03:00
parent a538dd0f7f
commit 1337d992c1
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -1983,6 +1983,9 @@ body.flat.ttrss_main #content-insert .post .header {
background: #222222;
border-color: #222222;
}
body.flat.ttrss_main .dijitCheckBox:not(.dijitChecked)::before {
color: #999999;
}
body.flat.ttrss_main .insensitive {
color: #999999;
}