This commit is contained in:
Mark Otto 2015-01-01 12:13:28 -08:00
parent a6053b573c
commit c6af78e8a4
6 changed files with 10 additions and 2 deletions

View file

@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input + .c-input {
margin-left: 1rem;

Binary file not shown.

File diff suppressed because one or more lines are too long

View file

@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
.c-input > input:checked ~ .c-indicator {
color: #fff;
background-color: #0074d9;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;
-webkit-box-shadow: none;
box-shadow: none;
}
.c-input + .c-input {
margin-left: 1rem;

Binary file not shown.

File diff suppressed because one or more lines are too long