Template:Styles/Default.css: Difference between revisions

Content deleted Content added
updated Amazon Pay logo (sadly not in SVG)
make buttons more consistent with banners, more accessible
Line 137:
font-family: inherit;
font-weight: 500;
-webkit-transition: background-colorall 100ms,.25s color 100ms, borderease-color 100ms, boxin-shadow 100msout;
-moz-transition: all .25s ease-in-out;
transition: all .25s ease-in-out;
}
.frequency-options label:hover,
Line 153 ⟶ 155:
border-color: #7d8389;
}
 
.frequency-options label.checked,
.radiobuttons-cell input[type="radio"]:checked + label {
background-color: #2a4b8d;
color: #fff;
border-color: #7d8389;
}
 
/* Focus styles */
.frequency-options label:focus,
.radiobuttons-cell label:focus,
.payment-method-button:focus {
outline: 0;
border-color: #3366cc;
box-shadow: inset 0 0 0 1px #3366cc;
}
 
.frequency-options label.checked,
.radiobuttons-cell input[type="radio"]:checked + label:focus {
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
background-color: #2a4b8d;
color: #fff;
border-color: #7d8389;
}
 
Line 251 ⟶ 261:
background-position: center center;
background-size: auto 60%;
color: #367fb43366cc;
font-size: 1.1em;
-webkit-appearance: none;