Ticket #30728: 30728.1.patch
File 30728.1.patch, 2.6 KB (added by , 10 years ago) |
---|
-
src/wp-content/themes/twentyfifteen/style.css
554 554 outline: 0; 555 555 } 556 556 557 input[type="search"] {558 -webkit-appearance: textfield;559 }560 561 input[type="search"]::-webkit-search-decoration {562 -webkit-appearance: none;563 }564 565 557 button::-moz-focus-inner, 566 558 input::-moz-focus-inner { 567 559 border: 0; … … 592 584 outline: 0; 593 585 } 594 586 587 input[type="search"] { 588 -webkit-appearance: textfield; 589 padding: 0.375em 0.1275em 0.375em 0.375em; 590 } 591 592 input[type="search"]::-webkit-search-decoration { 593 -webkit-appearance: none; 594 } 595 595 596 .post-password-form { 596 597 position: relative; 597 598 } … … 1356 1357 .widget input[type="email"], 1357 1358 .widget input[type="url"], 1358 1359 .widget input[type="password"], 1359 .widget input[type="search"],1360 1360 .widget textarea { 1361 1361 padding: 0.375em; 1362 1362 } … … 2832 2832 input[type="email"], 2833 2833 input[type="url"], 2834 2834 input[type="password"], 2835 input[type="search"],2836 2835 textarea { 2837 2836 padding: 0.5em; 2838 2837 } … … 3053 3052 .widget input[type="email"], 3054 3053 .widget input[type="url"], 3055 3054 .widget input[type="password"], 3056 .widget input[type="search"],3057 3055 .widget textarea { 3058 3056 padding: 0.5625em; 3059 3057 } … … 3428 3426 input[type="email"], 3429 3427 input[type="url"], 3430 3428 input[type="password"], 3431 input[type="search"],3432 3429 textarea { 3433 3430 padding: 0.5278em; 3434 3431 } … … 3618 3615 .widget input[type="email"], 3619 3616 .widget input[type="url"], 3620 3617 .widget input[type="password"], 3621 .widget input[type="search"],3622 3618 .widget textarea { 3623 3619 padding: 0.75em; 3624 3620 } … … 3994 3990 input[type="email"], 3995 3991 input[type="url"], 3996 3992 input[type="password"], 3997 input[type="search"],3998 3993 textarea { 3999 3994 padding: 0.375em; 4000 3995 } … … 4223 4218 .widget input[type="email"], 4224 4219 .widget input[type="url"], 4225 4220 .widget input[type="password"], 4226 .widget input[type="search"],4227 4221 .widget textarea { 4228 4222 padding: 0.4583em; 4229 4223 } … … 4618 4612 input[type="email"], 4619 4613 input[type="url"], 4620 4614 input[type="password"], 4621 input[type="search"],4622 4615 textarea { 4623 4616 padding: 0.5em; 4624 4617 } … … 4787 4780 .widget input[type="email"], 4788 4781 .widget input[type="url"], 4789 4782 .widget input[type="password"], 4790 .widget input[type="search"],4791 4783 .widget textarea { 4792 4784 padding: 0.5em; 4793 4785 } … … 5125 5117 input[type="email"], 5126 5118 input[type="url"], 5127 5119 input[type="password"], 5128 input[type="search"],5129 5120 textarea { 5130 5121 padding: 0.5278em; 5131 5122 } … … 5301 5292 .widget input[type="email"], 5302 5293 .widget input[type="url"], 5303 5294 .widget input[type="password"], 5304 .widget input[type="search"],5305 5295 .widget textarea { 5306 5296 padding: 0.5em; 5307 5297 }