Changeset 23549
- Timestamp:
- 03/01/2013 04:04:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentythirteen/style.css
r23548 r23549 602 602 input[type="reset"] { 603 603 background: #e05d22; /* Old browsers */ 604 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+,Safari5.1+ */605 background: linear-gradient( 604 background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */ 605 background: linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */ 606 606 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */ 607 607 display: inline-block; … … 623 623 input[type="reset"]:focus { 624 624 background: #ed6a31; /* Old browsers */ 625 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+,Safari5.1+ */626 background: linear-gradient( 625 background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */ 626 background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */ 627 627 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */ 628 628 outline: none; … … 634 634 input[type="reset"]:active { 635 635 background: #d94412; /* Old browsers */ 636 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+,Safari5.1+ */637 background: linear-gradient( 636 background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */ 637 background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */ 638 638 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */ 639 639 border: none; … … 2540 2540 } 2541 2541 2542 .widget_calendar a:hover {2542 .widget_calendar a:hover { 2543 2543 background-color: rgba(0, 0, 0, 0.15); 2544 2544 }
Note: See TracChangeset
for help on using the changeset viewer.