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:
Andrew Nacin 2012-09-27 17:08:32 +00:00
parent 9435d21475
commit 038f8a1929
2 changed files with 4 additions and 18 deletions

View File

@ -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;
}

View File

@ -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
*/