settings UI: Make disabled checkboxes darker.

Fixes part of #6331.
This commit is contained in:
Cynthia Lin 2017-08-28 17:27:40 -07:00 committed by Tim Abbott
parent 30772a2570
commit 0686567e46
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@
}
.new-style label.checkbox input[type=checkbox]:disabled ~ span {
opacity: 0.3;
opacity: 0.7;
}
.new-style input[type=text] {