Merge pull request #19301 from owncloud/ie8-checkboxes

Display checkboxes in ie8
remotes/origin/db-empty-migrate
Hendrik Leppelsack 11 years ago
commit fb46e36d7b
  1. 5
      core/css/fixes.css

@ -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…
Cancel
Save