diff options
| author | Mark Otto <[email protected]> | 2015-08-22 19:12:40 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-22 19:12:40 -0700 |
| commit | 0644ce37033570f01ac8ac4a92f4ddcdf88d95d8 (patch) | |
| tree | aa22170ecb6554e47f95ad3605cf9340c9e5e45e /dist/css/bootstrap.css | |
| parent | 2638b10d28287fbb8bfccf320119ee06befdb6bd (diff) | |
| download | bootstrap-0644ce37033570f01ac8ac4a92f4ddcdf88d95d8.tar.xz bootstrap-0644ce37033570f01ac8ac4a92f4ddcdf88d95d8.zip | |
grunt
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; |
