Template:Styles/2015 Trilogy default.css: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 237:
.radiobuttons-cell label:active,
.radiobuttons-cell input[type="radio"]:checked + label,
.radiobuttons-cell label.checked,▼
.input_amount_other.checked {
background: #0f4b76;
Line 242 ⟶ 243:
-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
box-shadow: inset 0 1px 3px rgba(0,0,0,.25);
▲.radiobuttons-cell label.checked,
background: #0f4b76 !important;▼
}
Line 253 ⟶ 249:
.payment-method-button {
display: block;▼
margin-left: 3px;▼
margin-right: 3px;▼
margin-bottom: .5em;▼
width: 100%;▼
min-height: 3.5em;▼
-moz-border-radius: .3em;▼
-webkit-border-radius: .3em;▼
border-radius: .3em;▼
border: 0;
outline: 0;
background-color: #eaeaea;
background-repeat: no-repeat;
background-position: center center;
-moz-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
-webkit-box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
box-shadow: inset 0 14px 16px rgba(255,255,255,.5), inset 0 0 7px #fff;
▲ width: 100%;
▲ height: 3.5em;
▲ display: block;
▲ margin-left: 3px;
▲ margin-right: 3px;
▲ margin-bottom: .5em;
text-transform: uppercase;
cursor: pointer;
▲ -moz-border-radius: .3em;
▲ -webkit-border-radius: .3em;
▲ border-radius: .3em;
-webkit-appearance: none;
-moz-appearance: none;
|