From 84227dd4e1f5e776d56c759297605027a5824c57 Mon Sep 17 00:00:00 2001 From: brion Date: Sun, 16 Aug 2009 10:17:03 -0700 Subject: Use spinner icon while performing AJAX submissions of favorite/unfavorite button so there's some visual feedback that something's happening. --- theme/default/css/display.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'theme/default/css') diff --git a/theme/default/css/display.css b/theme/default/css/display.css index 646fb0445..6a4b87df1 100644 --- a/theme/default/css/display.css +++ b/theme/default/css/display.css @@ -223,6 +223,10 @@ 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%; } -- cgit v1.2.3-54-g00ecf