diff options
author | Sarven Capadisli <csarven@status.net> | 2010-03-25 17:33:59 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2010-03-25 22:20:50 +0100 |
commit | 353659764b1daef8fd078fa1c3da0a710bbe62f8 (patch) | |
tree | fa2ec0dd345958ab88e8250a99f93c62460bcfbc /theme/pigeonthoughts/css/display.css | |
parent | ec84c6aceeab1eaa19d93eaf75ffad53aee11527 (diff) |
Fix for processing indicator for aside
Diffstat (limited to 'theme/pigeonthoughts/css/display.css')
-rw-r--r-- | theme/pigeonthoughts/css/display.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/pigeonthoughts/css/display.css b/theme/pigeonthoughts/css/display.css index 62fa8817a..e584683fc 100644 --- a/theme/pigeonthoughts/css/display.css +++ b/theme/pigeonthoughts/css/display.css @@ -250,7 +250,7 @@ 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%; } |