Changeset 2228604
- Timestamp:
- 01/16/2020 04:44:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
old-style-admin-ui/trunk/css/oldstyle.css
r2199304 r2228604 38 38 } 39 39 40 select { 40 select, 41 .select2-selection, 42 .select2-selection--single { 41 43 padding: 2px; 42 44 line-height: 28px; 43 height: 28px;45 height: 31px; 44 46 vertical-align: middle; 45 47 border: 1px solid #ddd!important; … … 233 235 234 236 /* 237 235 238 * Legacy styles for buttons 239 236 240 */ 237 241 … … 386 390 .menu-item-settings, 387 391 .wp-editor-expand #wp-content-editor-tools, 388 389 392 #post-status-info { 390 393 border-top: 1px solid #e5e5e5!important … … 417 420 margin-top: 0px!important; 418 421 min-height: 28px!important; 422 } 423 424 425 /* WooCommerce */ 426 427 .select2-dropdown--below { 428 box-shadow: inset 0 1px 2px rgba(0, 0, 0, .07)!important; 429 } 430 431 .select2-selection--single { 432 min-height: 32px!important; 433 height: 32px; 434 padding-top: 0px!important; 435 line-height: 28px; 436 margin-top: -1px!important; 419 437 } 420 438
Note: See TracChangeset
for help on using the changeset viewer.