Ticket #20579: 20575.5.twentyeleven.diff
File 20575.5.twentyeleven.diff, 1.4 KB (added by , 12 years ago) |
---|
-
wp-content/themes/twentyeleven/style.css
438 438 /* Forms */ 439 439 input[type=text], 440 440 input[type=password], 441 input[type=email], 442 input[type=url], 443 input[type=number], 441 444 textarea { 442 445 background: #fafafa; 443 446 -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); … … 447 450 color: #888; 448 451 } 449 452 input[type=text]:focus, 453 input[type=password]:focus, 454 input[type=email]:focus, 455 input[type=url]:focus, 456 input[type=number]:focus, 450 457 textarea:focus { 451 458 color: #373737; 452 459 } … … 454 461 padding-left: 3px; 455 462 width: 98%; 456 463 } 457 input[type=text] { 464 input[type=text], 465 input[type=password], 466 input[type=email], 467 input[type=url], 468 input[type=number] { 458 469 padding: 3px; 459 470 } 460 471 input#s { -
wp-content/themes/twentyeleven/colors/dark.css
35 35 background: #00063f; 36 36 } 37 37 input[type=text], 38 .post-password-required input[type=password], 38 input[type=password], 39 input[type=email], 40 input[type=url], 41 input[type=number], 39 42 textarea { 40 43 border: 1px solid #222; 41 44 } 42 input[type=text]:focus,43 textarea:focus {44 }45 45 input#s { 46 46 background-color: #ddd; 47 47 }