diff options
-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; |