Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Action button loading icon not work #105

Open
hutlim opened this issue Jul 15, 2015 · 1 comment
Open

Action button loading icon not work #105

hutlim opened this issue Jul 15, 2015 · 1 comment
Labels

Comments

@hutlim
Copy link

hutlim commented Jul 15, 2015

Incorrect path for the background icon on GridFieldBulkManager.css

Wrong
.cms table.ss-gridfield-table tr.bulkManagerOptions .doBulkActionButton .loading .ui-icon {
background: transparent url(../../framework/images/network-save.gif) no-repeat 0 0; }

Correct
.cms table.ss-gridfield-table tr.bulkManagerOptions .doBulkActionButton.loading .ui-icon {
background: transparent url("../../../framework/images/network-save.gif") no-repeat 0 0; }

Wrong
.cms table.ss-gridfield-table tbody td a.tempDisabledEditLink {
background: url("../../framework/admin/images/btn-icon/document--pencil.png") no-repeat 2px 0px;

Correct
.cms table.ss-gridfield-table tbody td a.tempDisabledEditLink {
background: url("../../../framework/admin/images/btn-icon/document--pencil.png") no-repeat 2px 0px;

@colymba
Copy link
Owner

colymba commented Mar 6, 2018

Keeping this open as a reminder to look at how to make this work in the new SS4 front-end layer...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants