Changeset 40418
- Timestamp:
- 04/12/2017 04:11:30 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/admin-bar.css
r39533 r40418 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; … … 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;
Note: See TracChangeset
for help on using the changeset viewer.