From 7a8cc9783159f488c9643d556b621d9e4cc68196 Mon Sep 17 00:00:00 2001 From: Hendrik Leppelsack Date: Wed, 23 Sep 2015 13:32:58 +0200 Subject: display checkboxes in ie8 --- core/css/fixes.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/css') diff --git a/core/css/fixes.css b/core/css/fixes.css index 7ef44ba6909..e5dbeb137ab 100644 --- a/core/css/fixes.css +++ b/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'); } + -- cgit v1.2.3