Add missing color picker + customizer CSS. props mattwiebe. see #21206.
git-svn-id: https://develop.svn.wordpress.org/trunk@22063 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
dfe0b007f7
commit
f541fe28ba
@ -65,8 +65,7 @@
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.customize-section input[type="text"].color-picker-hex,
|
||||
.customize-control-color .farbtastic-placeholder {
|
||||
.customize-section input[type="text"].color-picker-hex {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
@ -312,13 +312,11 @@ body {
|
||||
/*
|
||||
* Color Picker
|
||||
*/
|
||||
.customize-control-color .color-picker-hex,
|
||||
.customize-control-color .farbtastic-placeholder {
|
||||
.customize-control-color .color-picker-hex {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.customize-control-color.open .color-picker-hex,
|
||||
.customize-control-color.open .farbtastic-placeholder {
|
||||
.customize-control-color.open .color-picker-hex {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@ -337,8 +335,7 @@ body {
|
||||
}
|
||||
|
||||
.customize-section input[type="text"].color-picker-hex {
|
||||
float: left;
|
||||
width: 85px;
|
||||
width: 65px;
|
||||
font-family: monospace;
|
||||
text-align: center;
|
||||
}
|
||||
@ -351,16 +348,6 @@ body {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
.customize-control-color .farbtastic-placeholder {
|
||||
width: 100%;
|
||||
margin: 5px 0 10px;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.customize-control-color .farbtastic {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
/*
|
||||
* Image Picker
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user