Making WordPress.org

Changeset 8048


Ignore:
Timestamp:
01/08/2019 11:24:41 PM (6 years ago)
Author:
coffee2code
Message:

Gutenberg: Style handbook sidebar search widget to match that of other handbooks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/gutenberg/style.css

    r8047 r8048  
    751751}
    752752
     753.widget_search .search-submit {
     754  display: none;
     755}
     756
     757.widget_search input[type="search"] {
     758  width: 90%;
     759  box-sizing: border-box;
     760  padding: 0.5rem;
     761  font-size: 14px;
     762  border: 1px solid #eee;
     763}
     764
    753765/*--------------------------------------------------------------
    754766# Content
Note: See TracChangeset for help on using the changeset viewer.