This commit is contained in:
Mark Otto 2015-08-22 19:12:40 -07:00
parent 2638b10d28
commit 0644ce3703
8 changed files with 12 additions and 2 deletions

View file

@ -3448,6 +3448,11 @@ input[type="button"].btn-block {
background-color: #0074d9;
}
.c-input > input:focus ~ .c-indicator {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -3448,6 +3448,11 @@ input[type="button"].btn-block {
background-color: #0074d9;
}
.c-input > input:focus ~ .c-indicator {
-webkit-box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}
.c-input > input:active ~ .c-indicator {
color: #fff;
background-color: #84c6ff;

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.