]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated default stylesheet for notice attach
authorSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:49:24 +0000 (17:49 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Tue, 9 Jun 2009 17:49:24 +0000 (17:49 +0000)
theme/default/css/display.css

index e08a4783bd6ba8882fe5246aa50db084c80c6796..34f6b3b8a6f3791acfc87eb32aed373e29f8bf13 100644 (file)
@@ -82,6 +82,13 @@ color:#333;
 #form_notice.warning #notice_text-count {
 color:#000;
 }
+#form_notice label[for=notice_data-attach] {
+background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no-repeat 0 45%;
+}
+#form_notice #notice_data-attach {
+opacity:0;
+}
+
 #form_notice.processing #notice_action-submit {
 background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;