]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - theme/neo-quitter/css/display.css
lock icon style fixed to match quitter style
[quix0rs-gnu-social.git] / theme / neo-quitter / css / display.css
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;