From: Sarven Capadisli Date: Wed, 25 Mar 2009 22:59:29 +0000 (+0000) Subject: Processing indicator CSS for the default theme X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4eb59da0389862cc9f5a737553379fa2f679c1fb;p=quix0rs-gnu-social.git Processing indicator CSS for the default theme --- diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 85b5aa13e5..bb0b84a67a 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -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 {