]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lock icon style fixed to match quitter style
authorMarcus Moeller <marcus.moeller@gmx.ch>
Thu, 12 Feb 2015 21:26:34 +0000 (22:26 +0100)
committerMarcus Moeller <marcus.moeller@gmx.ch>
Thu, 12 Feb 2015 21:26:34 +0000 (22:26 +0100)
theme/neo-quitter/css/display.css
theme/neo-quitter/images/lock.png
theme/neo-quitter/images/lock_open.png

index d28251c9670a92df9877e32bd873163aec7e5d53..eb9721c06758414c620458e94338839a0d5804a1 100644 (file)
@@ -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;
index 2ebc4f6f9663e32cad77d67ef93ab8843dfea3c0..f0357ae21ebcfc4a1b89febdd7f4ade0bdf39f3d 100644 (file)
Binary files a/theme/neo-quitter/images/lock.png and b/theme/neo-quitter/images/lock.png differ
index a471765ff1432092e7113e56b42f2798968b443f..1783dd55c4b8f4a98e60d88dfa564c8e47166792 100644 (file)
Binary files a/theme/neo-quitter/images/lock_open.png and b/theme/neo-quitter/images/lock_open.png differ