mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
add style for disabled checkboxes
This commit is contained in:
parent
f8c286a7b6
commit
7b19b99e82
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