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; margin-left: 5px;
} }
.customize-section input[type="text"].color-picker-hex, .customize-section input[type="text"].color-picker-hex {
.customize-control-color .farbtastic-placeholder {
float: right; float: right;
} }

View File

@ -312,13 +312,11 @@ body {
/* /*
* Color Picker * Color Picker
*/ */
.customize-control-color .color-picker-hex, .customize-control-color .color-picker-hex {
.customize-control-color .farbtastic-placeholder {
display: none; display: none;
} }
.customize-control-color.open .color-picker-hex, .customize-control-color.open .color-picker-hex {
.customize-control-color.open .farbtastic-placeholder {
display: block; display: block;
} }
@ -337,8 +335,7 @@ body {
} }
.customize-section input[type="text"].color-picker-hex { .customize-section input[type="text"].color-picker-hex {
float: left; width: 65px;
width: 85px;
font-family: monospace; font-family: monospace;
text-align: center; text-align: center;
} }
@ -351,16 +348,6 @@ body {
color: #999; color: #999;
} }
.customize-control-color .farbtastic-placeholder {
width: 100%;
margin: 5px 0 10px;
float: left;
}
.customize-control-color .farbtastic {
margin: 0 auto;
}
/* /*
* Image Picker * Image Picker
*/ */