Making WordPress.org

Changeset 6565


Ignore:
Timestamp:
02/07/2018 07:31:18 PM (7 years ago)
Author:
obenland
Message:

WP.tv: Properly display search placeholder

Props nilamacharya.
Fixes #3427.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/style.css

    r6384 r6565  
    297297#searchform input#s {
    298298    box-sizing: content-box;
    299     color: #AAAAAA;
    300     float: left;
    301     margin-right: 6px;
    302     background: white;
    303299    border: 1px solid #ccc;
    304     padding: 5px 6px;
    305     margin-right: 3px;
    306300    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    307301    -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    308302    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
    309303    border-radius: 2px;
    310     vertical-align: middle;
    311304    height: 15px;
    312     line-height: 1;
    313     width: 130px;
     305    padding: 5px 6px;
     306    width: 140px;
     307    -webkit-appearance: textfield;
     308}
     309
     310#searchbox::placeholder {
     311    font-size: 10px;
    314312}
    315313
Note: See TracChangeset for help on using the changeset viewer.