Ticket #25045: 25045.patch
| File 25045.patch, 1.2 KB (added by , 13 years ago) |
|---|
-
src/wp-content/themes/twentyfourteen/style.css
381 381 } 382 382 input[type="text"], 383 383 input[type="email"], 384 input[type="url"], 384 385 input[type="search"], 385 386 input[type="password"], 386 387 textarea { … … 392 393 } 393 394 input[type="text"]:focus, 394 395 input[type="email"]:focus, 396 input[type="url"]:focus, 395 397 input[type="search"]:focus, 396 398 input[type="password"]:focus, 397 399 textarea:focus { … … 399 401 } 400 402 input[type="text"], 401 403 input[type="email"], 404 input[type="url"], 402 405 input[type="search"], 403 406 input[type="password"] { 404 407 padding: 8px 10px; … … 2090 2093 } 2091 2094 .widget-area input[type="text"], 2092 2095 .widget-area input[type="email"], 2096 .widget-area input[type="url"], 2093 2097 .widget-area input[type="search"], 2094 2098 .widget-area input[type="password"], 2095 2099 .widget-area textarea { … … 2250 2254 } 2251 2255 .content-sidebar input[type="text"], 2252 2256 .content-sidebar input[type="email"], 2257 .content-sidebar input[type="url"], 2253 2258 .content-sidebar input[type="search"], 2254 2259 .content-sidebar input[type="password"], 2255 2260 .content-sidebar textarea {