Make WordPress Core

Ticket #23679: 23679.diff

File 23679.diff, 507 bytes (added by kwight, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    395395
    396396input[type="search"] {
    397397        -webkit-appearance: textfield;
    398         -webkit-box-sizing: content-box;
    399         -moz-box-sizing:    content-box;
    400         box-sizing:         content-box;
    401398        padding-right: 2px; /* Don't cut off the webkit search cancel button */
    402399}
    403400