- Bugfix: throbber styles should not apply without JS

4.7.x
Steven Wittens 2005-08-31 21:17:26 +00:00
parent dee28658af
commit 74e7bcdf7f
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}