From 74e7bcdf7f2a6f088fa2ef76f8425b8379a9f7c5 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Wed, 31 Aug 2005 21:17:26 +0000 Subject: [PATCH] - Bugfix: throbber styles should not apply without JS --- misc/drupal.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/drupal.css b/misc/drupal.css index a8366dd3752..337e2725586 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; }