diff --git src/wp-admin/css/customize-controls.css src/wp-admin/css/customize-controls.css
index f9ca1d7..51ada57 100644
|
|
body { |
150 | 150 | margin-bottom: 8px; |
151 | 151 | } |
152 | 152 | |
153 | | .customize-control select, |
154 | | .customize-control input[type="text"], |
155 | | .customize-control input[type="radio"], |
156 | | .customize-control input[type="checkbox"] { |
| 153 | .customize-control:not(.customize-control-widget_form) select, |
| 154 | .customize-control:not(.customize-control-widget_form) input[type="text"], |
| 155 | .customize-control:not(.customize-control-widget_form) input[type="radio"], |
| 156 | .customize-control:not(.customize-control-widget_form) input[type="checkbox"] { |
157 | 157 | line-height: 28px; |
158 | 158 | } |
159 | 159 | |
160 | | .customize-control input[type="text"] { |
| 160 | .customize-control:not(.customize-control-widget_form) input[type="text"] { |
161 | 161 | width: 98%; |
162 | 162 | line-height: 18px; |
163 | 163 | margin: 0; |
164 | 164 | } |
165 | 165 | |
166 | | .customize-control select { |
| 166 | .customize-control:not(.customize-control-widget_form) select { |
167 | 167 | min-width: 50%; |
168 | 168 | max-width: 100%; |
169 | 169 | height: 28px; |