mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
Themes: Fix the Customize button for the current theme. Props jacklenox. Fixes #26214
Built from https://develop.svn.wordpress.org/trunk@26369 git-svn-id: http://core.svn.wordpress.org/trunk@26270 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
22c6024f9e
commit
dc9c5073f5
@ -232,6 +232,7 @@
|
||||
opacity: 1;
|
||||
line-height: 48px;
|
||||
padding: 0 10px;
|
||||
z-index: 1;
|
||||
}
|
||||
.theme.active .theme-actions .button {
|
||||
float: left;
|
||||
|
2
wp-admin/css/theme-rtl.min.css
vendored
2
wp-admin/css/theme-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
@ -232,6 +232,7 @@
|
||||
opacity: 1;
|
||||
line-height: 48px;
|
||||
padding: 0 10px;
|
||||
z-index: 1;
|
||||
}
|
||||
.theme.active .theme-actions .button {
|
||||
float: right;
|
||||
|
Loading…
Reference in New Issue
Block a user