From 12d08a092cafc424ab9444ff3ae3cf3975ab4ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=AD=C3=B0ir=20Valberg=20Gu=C3=B0mundsson?= Date: Sat, 29 Apr 2017 13:11:16 +0200 Subject: [PATCH] Still show icon on click. --- src/static_src/css/bornhack.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/static_src/css/bornhack.css b/src/static_src/css/bornhack.css index 78c8f841..57b89bdb 100644 --- a/src/static_src/css/bornhack.css +++ b/src/static_src/css/bornhack.css @@ -243,17 +243,17 @@ footer { width: 20px; } -.form-group input[type="checkbox"] + .btn-group > label i:first-child { +.form-group input[type="checkbox"] + .btn-group > label span i:first-child { display: none; } -.form-group input[type="checkbox"] + .btn-group > label i:last-child { +.form-group input[type="checkbox"] + .btn-group > label span i:last-child { display: inline-block; } -.form-group input[type="checkbox"]:checked + .btn-group > label i:first-child { +.form-group input[type="checkbox"]:checked + .btn-group > label span i:first-child { display: inline-block; } -.form-group input[type="checkbox"]:checked + .btn-group > label i:last-child { +.form-group input[type="checkbox"]:checked + .btn-group > label span i:last-child { display: none; } .form-group input[type="checkbox"]:checked + .btn-group > label {