summaryrefslogtreecommitdiff
path: root/theme/cloudy
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2010-03-25 17:33:59 +0100
committerSarven Capadisli <csarven@status.net>2010-03-25 22:20:50 +0100
commit353659764b1daef8fd078fa1c3da0a710bbe62f8 (patch)
treefa2ec0dd345958ab88e8250a99f93c62460bcfbc /theme/cloudy
parentec84c6aceeab1eaa19d93eaf75ffad53aee11527 (diff)
Fix for processing indicator for aside
Diffstat (limited to 'theme/cloudy')
-rw-r--r--theme/cloudy/css/display.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/theme/cloudy/css/display.css b/theme/cloudy/css/display.css
index 5c3d8b5f7..caea5cf44 100644
--- a/theme/cloudy/css/display.css
+++ b/theme/cloudy/css/display.css
@@ -1663,7 +1663,8 @@ background-color:transparent;
}
#wrap form.processing input.submit,
-.entity_actions a.processing {
+#core a.processing,
+.dialogbox.processing .submit_dialogbox {
background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%;
cursor:wait;
text-indent:-9999px;