mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
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;
|
||||
|
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…
x
Reference in New Issue
Block a user