Ticket #40313: 40313.diff
File 40313.diff, 849 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/css/admin-bar.css
624 624 -moz-osx-font-smoothing: grayscale; 625 625 } 626 626 627 /* The admin bar search field needs to reset many styles that might be inherited from the active Theme CSS. See ticket #40313. */ 627 628 #wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input { 629 display: inline-block; 630 float: none; 628 631 position: relative; 629 632 z-index: 30; 630 633 font-size: 13px; 631 634 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; 632 635 line-height: 24px; 636 text-indent: 0; 633 637 height: 24px; 634 638 width: 24px; 635 639 max-width: none;