]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Updated identica and default theme to use processing indicator
authorSarven Capadisli <csarven@status.net>
Mon, 7 Sep 2009 14:51:10 +0000 (14:51 +0000)
committerSarven Capadisli <csarven@status.net>
Mon, 7 Sep 2009 14:51:10 +0000 (14:51 +0000)
theme/default/css/display.css
theme/identica/css/display.css

index a1c4a2171d3bc59cf5e9feb746eb7f9f46432042..86369cb9935d64f82f9757f1bdf81a398e5e8742 100644 (file)
@@ -94,10 +94,11 @@ background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no
 opacity:0;
 }
 
-#form_notice.processing #notice_action-submit {
+#wrap form.processing input.submit {
 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;
 text-indent:-9999px;
+outline:none;
 }
 
 #content {
@@ -223,10 +224,6 @@ background:transparent url(../../base/images/icons/twotone/green/favourite.gif)
 .notice-options form.form_disfavor input.submit {
 background:transparent url(../../base/images/icons/twotone/green/disfavourite.gif) no-repeat 0 45%;
 }
-.notice-options form.form_favor.processing input.submit,
-.notice-options form.form_disfavor.processing input.submit {
-background:transparent url(../../base/images/icons/icon_processing.gif) no-repeat 0 45%;
-}
 .notice-options .notice_delete {
 background:transparent url(../../base/images/icons/twotone/green/trash.gif) no-repeat 0 45%;
 }
index 51286657ec88fae6b1c2500964eb998a82a9050c..9fc97180d4e997cccbac55d70b5237c1bdec1f7f 100644 (file)
@@ -94,10 +94,11 @@ background:transparent url(../../base/images/icons/twotone/green/clip-01.gif) no
 opacity:0;
 }
 
-#form_notice.processing #notice_action-submit {
+#wrap form.processing input.submit {
 background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
 cursor:wait;
 text-indent:-9999px;
+outline:none;
 }
 
 #content {