Plugin Directory

Changeset 2228604


Ignore:
Timestamp:
01/16/2020 04:44:51 PM (5 years ago)
Author:
Darken-x
Message:

Minor fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • old-style-admin-ui/trunk/css/oldstyle.css

    r2199304 r2228604  
    3838}
    3939
    40 select {
     40select,
     41.select2-selection,
     42.select2-selection--single {
    4143    padding: 2px;
    4244    line-height: 28px;
    43     height: 28px;
     45    height: 31px;
    4446    vertical-align: middle;
    4547    border: 1px solid #ddd!important;
     
    233235
    234236/*
     237
    235238 * Legacy styles for buttons
     239
    236240 */
    237241
     
    386390.menu-item-settings,
    387391.wp-editor-expand #wp-content-editor-tools,
    388 
    389392#post-status-info {
    390393    border-top: 1px solid #e5e5e5!important
     
    417420    margin-top: 0px!important;
    418421    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;
    419437}
    420438
Note: See TracChangeset for help on using the changeset viewer.