mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00: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;
|
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;
|
padding-left: 16px;
|
||||||
background: $color-widget-bg url(../../images/network-save.gif) no-repeat center left;
|
background: $color-widget-bg url(../../images/network-save.gif) no-repeat center left;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user