mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-29 00:44:26 +00:00
Add menu management to the Customizer.
This brings in the Menu Customizer plugin: https://wordpress.org/plugins/menu-customizer/. props celloexpressions, westonruter, valendesigns, voldemortensen, ocean90, adamsilverstein, kucrut, jorbin, designsimply, afercia, davidakennedy, obenland. see #32576. git-svn-id: https://develop.svn.wordpress.org/trunk@32806 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
6
src/wp-includes/css/customize-preview.css
Normal file
6
src/wp-includes/css/customize-preview.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.customize-partial-refreshing {
|
||||
opacity: 0.25;
|
||||
-webkit-transition: opacity 0.25s;
|
||||
transition: opacity 0.25s;
|
||||
cursor: progress;
|
||||
}
|
||||
Reference in New Issue
Block a user