summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2005-08-31 21:17:26 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2005-08-31 21:17:26 +0000
commit74e7bcdf7f2a6f088fa2ef76f8425b8379a9f7c5 (patch)
treecdc3272d62d4e6d4912b7889561f5718d7d8869a /misc
parentdee28658afa85d03d9df2fd4a4417bbfa1822b01 (diff)
downloadbrdo-74e7bcdf7f2a6f088fa2ef76f8425b8379a9f7c5.tar.gz
brdo-74e7bcdf7f2a6f088fa2ef76f8425b8379a9f7c5.tar.bz2
- Bugfix: throbber styles should not apply without JS
Diffstat (limited to 'misc')
-rw-r--r--misc/drupal.css4
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;
}