Changeset 23470
- Timestamp:
- 02/22/2013 06:08:25 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentythirteen/style.css (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/style.css
r23469 r23470 574 574 } 575 575 576 /* Form fields, general styles first. */ 577 button, 578 input, 579 textarea { 580 border: 2px solid #d4d0ba; 581 font-family: inherit; 582 padding: 5px; 583 } 584 585 input, 586 textarea { 587 color: #141412; 588 } 589 590 input:focus, 591 textarea:focus { 592 border: 2px solid #c3c0ab; 593 outline: 0; 594 } 595 576 596 /* Buttons */ 577 597 button, … … 585 605 background: -o-linear-gradient( top, #e05d22 0%, #d94412 100%); /* Opera 11.10+ */ 586 606 background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 587 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e05d22', endColorstr='#d94412',GradientType=0); /* IE6-9 */607 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */ 588 608 display: inline-block; 589 609 padding: 11px 24px 10px 24px; … … 593 613 border-bottom: 3px solid #b93207; 594 614 border-radius: 2px; 615 } 616 617 button:hover, 618 button:focus, 619 input[type="submit"]:hover, 620 input[type="button"]:hover, 621 input[type="reset"]:hover, 622 input[type="submit"]:focus, 623 input[type="button"]:focus, 624 input[type="reset"]:focus { 625 background: #ed6a31; /* Old browsers */ 626 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */ 627 background: -moz-linear-gradient( top, #ed6a31 0%, #e55627 100%); /* FF3.6+ */ 628 background: -ms-linear-gradient( top, #ed6a31 0%, #e55627 100%); /* IE10+ */ 629 background: -o-linear-gradient( top, #ed6a31 0%, #e55627 100%); /* Opera 11.10+ */ 630 background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 631 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */ 632 outline: none; 595 633 } 596 634 … … 605 643 background: -o-linear-gradient( top, #d94412 0%, #e05d22 100%); /* Opera 11.10+ */ 606 644 background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 607 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d94412', endColorstr='#e05d22',GradientType=0); /* IE6-9 */645 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */ 608 646 border: none; 609 647 border-top: 3px solid #b93207; … … 618 656 .post-password-required input[type="submit"]:active { 619 657 padding: 5px 24px 6px; 620 }621 622 /* Form fields, general styles first. */623 button,624 input,625 textarea {626 border: 2px solid #d4d0ba;627 font-family: inherit;628 padding: 5px;629 }630 631 input,632 textarea {633 color: #141412;634 }635 636 input:focus,637 textarea:focus {638 border: 2px solid #c3c0ab;639 outline: 0;640 658 } 641 659
Note: See TracChangeset
for help on using the changeset viewer.