Changeset 22063
- Timestamp:
- 09/27/2012 05:08:32 PM (13 years ago)
- Location:
- trunk/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/css/customize-controls-rtl.css
r22019 r22063 66 66 } 67 67 68 .customize-section input[type="text"].color-picker-hex, 69 .customize-control-color .farbtastic-placeholder { 68 .customize-section input[type="text"].color-picker-hex { 70 69 float: right; 71 70 } -
trunk/wp-admin/css/customize-controls.css
r22019 r22063 313 313 * Color Picker 314 314 */ 315 .customize-control-color .color-picker-hex, 316 .customize-control-color .farbtastic-placeholder { 317 display: none; 318 } 319 320 .customize-control-color.open .color-picker-hex, 321 .customize-control-color.open .farbtastic-placeholder { 315 .customize-control-color .color-picker-hex { 316 display: none; 317 } 318 319 .customize-control-color.open .color-picker-hex { 322 320 display: block; 323 321 } … … 338 336 339 337 .customize-section input[type="text"].color-picker-hex { 340 float: left; 341 width: 85px; 338 width: 65px; 342 339 font-family: monospace; 343 340 text-align: center; … … 350 347 .customize-section input[type="text"].color-picker-hex:-moz-placeholder { 351 348 color: #999; 352 }353 354 .customize-control-color .farbtastic-placeholder {355 width: 100%;356 margin: 5px 0 10px;357 float: left;358 }359 360 .customize-control-color .farbtastic {361 margin: 0 auto;362 349 } 363 350
Note: See TracChangeset
for help on using the changeset viewer.