From: Marcus Moeller Date: Thu, 12 Feb 2015 21:26:34 +0000 (+0100) Subject: lock icon style fixed to match quitter style X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=41baba9ed3f4f1afd7d9a66d50a23052c2cdc389;p=quix0rs-gnu-social.git lock icon style fixed to match quitter style --- diff --git a/theme/neo-quitter/css/display.css b/theme/neo-quitter/css/display.css index d28251c967..eb9721c067 100644 --- a/theme/neo-quitter/css/display.css +++ b/theme/neo-quitter/css/display.css @@ -973,6 +973,15 @@ background:none; height: 60px; } +.checkbox-wrapper.unchecked label.checkbox { + background: url("../images/lock_open.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); +} + + +.checkbox-wrapper.checked label.checkbox { + background: url("../images/lock.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0); +} + .form_notice label.notice_data-attach { background-image:none; display: block; diff --git a/theme/neo-quitter/images/lock.png b/theme/neo-quitter/images/lock.png index 2ebc4f6f96..f0357ae21e 100644 Binary files a/theme/neo-quitter/images/lock.png and b/theme/neo-quitter/images/lock.png differ diff --git a/theme/neo-quitter/images/lock_open.png b/theme/neo-quitter/images/lock_open.png index a471765ff1..1783dd55c4 100644 Binary files a/theme/neo-quitter/images/lock_open.png and b/theme/neo-quitter/images/lock_open.png differ