mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Fix the ajax loading/processing spinner for nav menu meta boxes. see #13134.
git-svn-id: https://develop.svn.wordpress.org/trunk@14293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -148,14 +148,12 @@
|
||||
float: right;
|
||||
}
|
||||
|
||||
form.processing .add-to-menu {
|
||||
background: url("../images/wpspin_light.gif") no-repeat top center;
|
||||
display:block;
|
||||
height:20px;
|
||||
overflow:hidden;
|
||||
text-align:left;
|
||||
text-indent:-999em;
|
||||
width:20px;
|
||||
.postbox img.waiting {
|
||||
display: none
|
||||
vertical-align: middle;
|
||||
}
|
||||
form.processing .postbox img.waiting {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.button-controls { margin: 10px 0; }
|
||||
|
||||
Reference in New Issue
Block a user