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;
|
opacity: 1;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.theme.active .theme-actions .button {
|
.theme.active .theme-actions .button {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -232,6 +232,7 @@
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
.theme.active .theme-actions .button {
|
.theme.active .theme-actions .button {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in New Issue