mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:15:56 +00:00
night.css: lower brightness of unchecked checkboxes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -119,6 +119,10 @@ body.flat.ttrss_main {
|
||||
}
|
||||
}
|
||||
|
||||
.dijitCheckBox:not(.dijitChecked)::before {
|
||||
color : @fg-insensitive;
|
||||
}
|
||||
|
||||
.insensitive {
|
||||
color : @fg-insensitive;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user