From 35f2239ce49d4837be6bd8231a64257a6c50fbaa Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Fri, 27 Nov 2009 15:00:39 +0100 Subject: Added processing icon for entity_actions anchors --- theme/default/css/display.css | 3 ++- theme/identica/css/display.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'theme') diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 4b1c26967..094385151 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -157,7 +157,8 @@ background-repeat:no-repeat; background-color:transparent; } -#wrap form.processing input.submit { +#wrap form.processing input.submit, +.entity_actions a.processing { background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%; cursor:wait; text-indent:-9999px; diff --git a/theme/identica/css/display.css b/theme/identica/css/display.css index 8bacd7673..1f9cc800a 100644 --- a/theme/identica/css/display.css +++ b/theme/identica/css/display.css @@ -157,7 +157,8 @@ background-repeat:no-repeat; background-color:transparent; } -#wrap form.processing input.submit { +#wrap form.processing input.submit, +.entity_actions a.processing { background:#FFFFFF url(../../base/images/icons/icon_processing.gif) no-repeat 47% 47%; cursor:wait; text-indent:-9999px; -- cgit v1.2.3-54-g00ecf