Copy wpspin_light to wp-includes as wpspin.gif. Use it in media views. see #22728.
git-svn-id: http://core.svn.wordpress.org/trunk@23023 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
f82679b3ad
commit
6ad495b625
|
@ -817,6 +817,10 @@
|
|||
background-image: url(../images/uploader-icons-2x.png);
|
||||
background-size: 134px 15px;
|
||||
}
|
||||
|
||||
.media-sidebar .settings-save-status .spinner {
|
||||
background-image: url(../images/wpspin-2x.gif);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -1228,7 +1232,7 @@
|
|||
}
|
||||
|
||||
.media-sidebar .settings-save-status .spinner {
|
||||
background: url(../../wp-admin/images/wpspin_light.gif) no-repeat;
|
||||
background: url(../images/wpspin.gif) no-repeat;
|
||||
background-size: 16px 16px;
|
||||
display: none;
|
||||
float: right;
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue