Template:Styles/Default.css: Difference between revisions
Content deleted Content added
No edit summary |
update button styles |
||
Line 181:
border: 1px solid #a2a9b1;
}
.
background-color: #fff;
color: #444;
Line 188:
}
.frb-btn:active
.payment-method-button:active {▼
background-color: #c8ccd1;
color: #000;
Line 202 ⟶ 201:
}
.frb-btn:focus,
.payment-method-button:focus {
Line 213 ⟶ 211:
input[type="radio"]:checked + .frb-btn:focus {
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
}
.payment-method-button {
color: #36c;▼
}
.payment-method-button:hover {
background-color: #fff;
border-color: #447ff5;
}
▲.payment-method-button:active {
background-color: #eff3fa;
color: #2a4b8d;
border-color: #2a4b8d;
box-shadow: none;
}
Line 280 ⟶ 292:
margin: 0;
width: 100%;
▲ color: #36c;
font-size: 15px;
-webkit-appearance: none;
|