diff options
author | brion <brion@pobox.com> | 2009-08-16 10:17:03 -0700 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-16 20:01:56 -0400 |
commit | 84227dd4e1f5e776d56c759297605027a5824c57 (patch) | |
tree | bb55c8895aa5cc1b554a5b6fc921fa25f08949fc /theme/default | |
parent | 136a69a387719d560f97b6f8ee73d1224b2bac8c (diff) |
Use spinner icon while performing AJAX submissions of favorite/unfavorite button so there's some visual feedback that something's happening.
Diffstat (limited to 'theme/default')
-rw-r--r-- | theme/default/css/display.css | 4 |
1 files changed, 4 insertions, 0 deletions
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%; } |