Make WordPress Core

Ticket #59967: 59967.diff

File 59967.diff, 516 bytes (added by sabernhardt, 15 months ago)

uses the same styles on the button as the select element and search text input

  • src/wp-admin/css/common.css

     
    11181118}
    11191119
    11201120.wp-filter .search-form.search-plugins select,
    1121 .wp-filter .search-form.search-plugins .wp-filter-search {
     1121.wp-filter .search-form.search-plugins .wp-filter-search,
     1122.wp-filter .search-form.search-plugins .button {
    11221123        display: inline-block;
    11231124        margin-top: 10px;
    11241125        vertical-align: top;