Make WordPress Core

Ticket #23652: 23652.2.diff

File 23652.2.diff, 2.7 KB (added by SergeyBiryukov, 12 years ago)
  • wp-content/themes/twentythirteen/style.css

     
    601601input[type="button"],
    602602input[type="reset"] {
    603603        background: #e05d22; /* Old browsers */
    604         background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome10+,Safari5.1+ */
    605         background: linear-gradient( to bottom, #e05d22 0%, #d94412 100%); /* W3C */
    606         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE6-9 */
     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        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e05d22', endColorstr='#d94412', GradientType=0); /* IE 6-9 */
    607607        display: inline-block;
    608608        padding: 11px 24px 10px 24px;
    609609        color: #fff;
     
    622622input[type="button"]:focus,
    623623input[type="reset"]:focus {
    624624        background: #ed6a31; /* Old browsers */
    625         background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome10+,Safari5.1+ */
    626         background: linear-gradient( to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
    627         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE6-9 */
     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        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed6a31', endColorstr='#e55627', GradientType=0); /* IE 6-9 */
    628628        outline: none;
    629629}
    630630
     
    633633input[type="button"]:active,
    634634input[type="reset"]:active {
    635635        background: #d94412; /* Old browsers */
    636         background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome10+,Safari5.1+ */
    637         background: linear-gradient( to bottom, #d94412 0%, #e05d22 100%); /* W3C */
    638         filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE6-9 */
     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        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d94412', endColorstr='#e05d22', GradientType=0); /* IE 6-9 */
    639639        border: none;
    640640        border-top: 3px solid #b93207;
    641641        padding: 10px 24px 11px 24px;
     
    25182518        display: block;
    25192519}
    25202520
    2521 .widget_calendar a:hover{
     2521.widget_calendar a:hover {
    25222522        background-color: rgba(0, 0, 0, 0.15);
    25232523}
    25242524