From 4c457c82ef5a4e57dbf0f934d5978d5f05f1566c Mon Sep 17 00:00:00 2001 From: Marcus Moeller Date: Sun, 15 Feb 2015 14:17:00 +0100 Subject: [PATCH] removed text beside lock icon and fixed alignment --- theme/neo-quitter/css/display.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index cd04fcee61..9e16323057 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -980,6 +980,9 @@ background:none; .checkbox-wrapper.checked label.checkbox, .checkbox-wrapper.unchecked label.checkbox { background-image:none; + opacity: 0.6; + padding-left: 30px; + color:transparent; } .checkbox-wrapper.checked label.checkbox:before, -- 2.39.5