Add missing color picker + customizer CSS. props mattwiebe. see #21206.
git-svn-id: http://core.svn.wordpress.org/trunk@22063 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9435d21475
commit
038f8a1929
|
@ -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