- Bugfix: throbber styles should not apply without JS
parent
dee28658af
commit
74e7bcdf7f
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue