diff options
author | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-24 09:44:18 +0200 |
---|---|---|
committer | Hendrik Leppelsack <hendrik@leppelsack.de> | 2015-09-25 00:51:39 +0200 |
commit | ec005fc5d0185d81a17646c5b131ed918ffd515c (patch) | |
tree | f50790362e6c6886b5b7aeef8d9eed75cdb2f3b5 /core/css/fixes.css | |
parent | e7bc2a10e3ffd16cda8d15ff06dcbc870e34a627 (diff) | |
download | nextcloud-server-ec005fc5d0185d81a17646c5b131ed918ffd515c.tar.gz nextcloud-server-ec005fc5d0185d81a17646c5b131ed918ffd515c.zip |
add .checkbox class for new checkbox style
Diffstat (limited to 'core/css/fixes.css')
-rw-r--r-- | core/css/fixes.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/core/css/fixes.css b/core/css/fixes.css index e5dbeb137ab..7ef44ba6909 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -115,8 +115,3 @@ 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'); } - |