Make WordPress Core

Ticket #30728: 30728.patch

File 30728.patch, 506 bytes (added by lancewillett, 10 years ago)

Remove webkit rules and let Safari style be as the browser chrome itself expects

  • src/wp-content/themes/twentyfifteen/style.css

     
    554554        outline: 0;
    555555}
    556556
    557 input[type="search"] {
    558         -webkit-appearance: textfield;
    559 }
    560 
    561 input[type="search"]::-webkit-search-decoration {
    562         -webkit-appearance: none;
    563 }
    564 
    565557button::-moz-focus-inner,
    566558input::-moz-focus-inner {
    567559        border: 0;