Changeset 26435
- Timestamp:
- 11/27/2013 07:50:48 PM (11 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r26420 r26435 60 60 } 61 61 62 .wp-color-result .wp-picker-open{62 .wp-color-result { 63 63 top: 0; 64 64 } … … 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; -
trunk/src/wp-admin/css/customize-controls.css
r26389 r26435 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
Note: See TracChangeset
for help on using the changeset viewer.