Merge pull request #19282 from owncloud/disabled-checkboxes
Add style for disabled checkboxes
This commit is contained in:
commit
3bce50f64b
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,8 @@ input[type="checkbox"] + label:before {
|
|||
opacity: 0.7;
|
||||
}
|
||||
|
||||
input[type="checkbox"]:disabled +label:before { opacity: .6; }
|
||||
|
||||
input[type="checkbox"].u-left +label:before { float: left; }
|
||||
|
||||
input[type="checkbox"].white + label:before {
|
||||
|
|
Loading…
Reference in a new issue