Ticket #26289: 26289.diff
| File 26289.diff, 1.8 KB (added by , 12 years ago) |
|---|
-
src/wp-admin/css/color-picker.css
59 59 border-left: 1px solid #999; 60 60 } 61 61 62 .wp-color-result .wp-picker-open{62 .wp-color-result { 63 63 top: 0; 64 64 } 65 65 … … 96 96 } 97 97 98 98 .wp-picker-container .iris-picker { 99 border-radius: 0; 99 100 border-color: #dfdfdf; 100 101 margin-top: 6px; 101 102 } 102 103 103 input[type="text"].iris-error { 104 .wp-picker-container input[type="text"].wp-color-picker { 105 width: 65px; 106 font-size: 12px; 107 font-family: monospace; 108 text-align: center; 109 line-height: 16px; 110 margin: 0; 111 } 112 113 .wp-picker-container input[type="text"].wp-color-picker:focus::-webkit-input-placeholder { 114 color: transparent; 115 } 116 117 .wp-picker-container input[type="text"].wp-color-picker:-moz-placeholder { 118 color: #999; 119 } 120 121 .wp-picker-container input[type="text"].iris-error { 104 122 background-color: #ffebe8; 105 123 border-color: #c00; 106 124 color: #000; -
src/wp-admin/css/customize-controls.css
313 313 border-color: rgba(0, 0, 0, 0.25); 314 314 } 315 315 316 .customize-control-color .iris-picker {317 border-radius: 0 !important;318 }319 320 .accordion-section input[type="text"].color-picker-hex {321 width: 65px;322 font-family: monospace;323 text-align: center;324 line-height: 16px;325 }326 327 /* The centered cursor overlaps the placeholder in webkit. Hide it when selected. */328 .accordion-section input[type="text"].color-picker-hex:focus::-webkit-input-placeholder {329 color: transparent;330 }331 332 .accordion-section input[type="text"].color-picker-hex:-moz-placeholder {333 color: #999;334 }335 336 316 /* 337 317 * Image Picker 338 318 */