mirror of https://github.com/twbs/bootstrap.git
grunt
This commit is contained in:
parent
a6053b573c
commit
c6af78e8a4
|
@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
||||||
.c-input > input:checked ~ .c-indicator {
|
.c-input > input:checked ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0074d9;
|
background-color: #0074d9;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.c-input > input:active ~ .c-indicator {
|
.c-input > input:active ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #84c6ff;
|
background-color: #84c6ff;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.c-input + .c-input {
|
.c-input + .c-input {
|
||||||
margin-left: 1rem;
|
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
|
@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
|
||||||
.c-input > input:checked ~ .c-indicator {
|
.c-input > input:checked ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #0074d9;
|
background-color: #0074d9;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.c-input > input:active ~ .c-indicator {
|
.c-input > input:active ~ .c-indicator {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #84c6ff;
|
background-color: #84c6ff;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
.c-input + .c-input {
|
.c-input + .c-input {
|
||||||
margin-left: 1rem;
|
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
Loading…
Reference in New Issue