1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-03 23:29:15 +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

View File

@@ -119,6 +119,10 @@ body.flat.ttrss_main {
}
}
.dijitCheckBox:not(.dijitChecked)::before {
color : @fg-insensitive;
}
.insensitive {
color : @fg-insensitive;
}