diff options
Diffstat (limited to 'docs/dist/css/bootstrap.css')
| -rw-r--r-- | docs/dist/css/bootstrap.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dist/css/bootstrap.css b/docs/dist/css/bootstrap.css index 67a18335b..84d13fc9f 100644 --- a/docs/dist/css/bootstrap.css +++ b/docs/dist/css/bootstrap.css @@ -3038,10 +3038,14 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto .c-input > input:checked ~ .c-indicator { color: #fff; background-color: #0074d9; + -webkit-box-shadow: none; + box-shadow: none; } .c-input > input:active ~ .c-indicator { color: #fff; background-color: #84c6ff; + -webkit-box-shadow: none; + box-shadow: none; } .c-input + .c-input { margin-left: 1rem; |
