1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-27 15:19:52 +02:00
This commit is contained in:
Mark Otto
2015-08-22 19:12:40 -07:00
parent 2638b10d28
commit 0644ce3703
8 changed files with 16 additions and 6 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;