mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
display checkboxes in ie8
This commit is contained in:
parent
6f5f1c4f14
commit
7a8cc97831
1 changed files with 5 additions and 0 deletions
|
|
@ -115,3 +115,8 @@ select {
|
|||
line-height: 38px;
|
||||
}
|
||||
|
||||
.lte8 input[type="checkbox"] + label:before { background-image: url('../img/actions/checkbox.png'); }
|
||||
.lte8 input[type="checkbox"].white + label:before { background-image: url('../img/actions/checkbox-white.png'); }
|
||||
.lte8 input[type="checkbox"]:checked + label:before { background-image: url('../img/actions/checkbox-checked.png'); }
|
||||
.lte8 input[type="checkbox"].white:checked + label:before { background-image: url('../img/actions/checkbox-checked-white.png'); }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue