diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-06-30 00:13:32 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-06-30 00:13:32 +0000 |
commit | dd0fbaea0e882cfc1bbfcd2ef084af0ba9e00369 (patch) | |
tree | 46ccb55d0b04c0485825866a4ccfed26845a80ee /misc | |
parent | 13c32bab15ecead0c9bc71f323496a44f8cd303d (diff) | |
download | brdo-dd0fbaea0e882cfc1bbfcd2ef084af0ba9e00369.tar.gz brdo-dd0fbaea0e882cfc1bbfcd2ef084af0ba9e00369.tar.bz2 |
- Don't overwrite background-color for ajax throbber
Diffstat (limited to 'misc')
-rw-r--r-- | misc/drupal.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index 3c91e81d2..f0515f870 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -594,7 +594,9 @@ ul.secondary a.active { } /* Animated throbber */ html.js input.form-autocomplete { - background: url(throbber.gif) no-repeat 100% 2px; + background-image: url(throbber.gif); + background-repeat: no-repeat; + background-position: 100% 2px; } html.js input.throbbing { background-position: 100% -18px; |