Copy wpspin_light to wp-includes as wpspin.gif. Use it in media views. see #22728.
git-svn-id: https://develop.svn.wordpress.org/trunk@23023 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5d903fc14d
commit
d943307e5d
@ -817,6 +817,10 @@
|
|||||||
background-image: url(../images/uploader-icons-2x.png);
|
background-image: url(../images/uploader-icons-2x.png);
|
||||||
background-size: 134px 15px;
|
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 {
|
.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;
|
background-size: 16px 16px;
|
||||||
display: none;
|
display: none;
|
||||||
float: right;
|
float: right;
|
||||||
|
BIN
wp-includes/images/wpspin-2x.gif
Normal file
BIN
wp-includes/images/wpspin-2x.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.9 KiB |
BIN
wp-includes/images/wpspin.gif
Normal file
BIN
wp-includes/images/wpspin.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in New Issue
Block a user