diff options
-rw-r--r-- | misc/drupal.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/drupal.css b/misc/drupal.css index a8366dd37..337e27255 100644 --- a/misc/drupal.css +++ b/misc/drupal.css @@ -571,10 +571,10 @@ ul.secondary a.active { color: #fff; } /* Animated throbber */ -input.form-autocomplete { +html.js input.form-autocomplete { background: url('throbber.gif') no-repeat 100% 2px; } -input.throbbing { +html.js input.throbbing { background-position: 100% -18px; } |