improved throbber display in advenced search
This commit is contained in:
@@ -1316,6 +1316,18 @@ $headerouterheight:$headerheight+$headerpaddingtop+$headerpaddingbottom;
|
||||
input{ visibility: hidden; }
|
||||
}
|
||||
}
|
||||
.throbbing {
|
||||
// background-position: 100% -20px; /* tweak this according to your gif */
|
||||
display: none;
|
||||
}
|
||||
.ajax-progress-throbber{
|
||||
.message{
|
||||
display: none;
|
||||
}
|
||||
.throbber{
|
||||
background: transparent url('../img/ajax-loader.gif') no-repeat center center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user