Changeset 46360
- Timestamp:
- 09/30/2019 06:04:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/color-picker.css
r45722 r46360 11 11 /* Needs higher specificiity. */ 12 12 .wp-picker-container .wp-color-result.button { 13 height: 24px;13 min-height: 28px; 14 14 margin: 0 6px 6px 0px; 15 15 padding: 0 0 0 30px; … … 23 23 color: #555; 24 24 display: block; 25 line-height: 2 ;25 line-height: 2.36363636; /* 26px */ 26 26 padding: 0 6px; 27 27 text-align: center; … … 71 71 } 72 72 73 .wp-picker-input-wrap .button ,74 .wp-customizer .wp-picker-input-wrap .button {73 .wp-picker-input-wrap .button.wp-picker-default, 74 .wp-customizer .wp-picker-input-wrap .button.wp-picker-default { 75 75 margin-left: 6px; 76 padding: 2px 8px; 76 77 } 77 78 … … 90 91 font-size: 12px; 91 92 font-family: monospace; 92 line-height: 1. 4;93 line-height: 1.33333333; /* 16px */ 93 94 margin: 0; 95 padding: 5px; 94 96 vertical-align: top; 95 97 }
Note: See TracChangeset
for help on using the changeset viewer.