diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index af6a4e2f5..7297f1615 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -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; |
