Make WordPress Core

Ticket #40313: 40313.diff

File 40313.diff, 849 bytes (added by afercia, 8 years ago)
  • src/wp-includes/css/admin-bar.css

     
    624624        -moz-osx-font-smoothing: grayscale;
    625625}
    626626
     627/* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */
    627628#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input {
     629        display: inline-block;
     630        float: none;
    628631        position: relative;
    629632        z-index: 30;
    630633        font-size: 13px;
    631634        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    632635        line-height: 24px;
     636        text-indent: 0;
    633637        height: 24px;
    634638        width: 24px;
    635639        max-width: none;