0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-29 11:24:18 +01:00
This commit is contained in:
Mark Otto 2015-01-01 12:13:28 -08:00
parent a6053b573c
commit c6af78e8a4
6 changed files with 12 additions and 4 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;

File diff suppressed because one or more lines are too long

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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long