mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 11:05:53 +02:00
BUGFIX Ensuring the padding rules for loading indicators in CMS action buttons are properly applied
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@92661 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
87a6e331e9
commit
b9041367bf
@ -125,7 +125,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
input.action.loading, input.action.loading:hover {
|
input.action.loading, input.action.loading:hover {
|
||||||
padding-left: 22px;
|
padding-left: 22px !important;
|
||||||
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
background: url(../images/network-save.gif) 3px 2px no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user