mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MINOR Loading indication for buttons in CMS (overrides jQuery UI backgrounds)
This commit is contained in:
parent
b21dbd9641
commit
f94647197b
@ -65,7 +65,9 @@ input, textarea {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
input.loading {
|
||||
input.loading,
|
||||
input.ui-state-default.loading, .ui-widget-content input.ui-state-default.loading,
|
||||
.ui-widget-header input.ui-state-default.loading {
|
||||
padding-left: 16px;
|
||||
background: $color-widget-bg url(../../images/network-save.gif) no-repeat center left;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user