]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Processing indicator CSS for the default theme
authorSarven Capadisli <csarven@controlyourself.ca>
Wed, 25 Mar 2009 22:59:29 +0000 (22:59 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Wed, 25 Mar 2009 22:59:29 +0000 (22:59 +0000)
theme/default/css/display.css

index 85b5aa13e538ad9335cd80ad16317e5b08c90aff..bb0b84a67a92f089e64994c97819a6727304cca5 100644 (file)
@@ -94,6 +94,11 @@ color:#333;
 #form_notice.warning #notice_text-count {
 color:#000;
 }
+#form_notice.processing #notice_action-submit {
+background:#fff url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
+cursor:wait;
+text-indent:-9999px;
+}
 
 
 #nav_register a {