diff options
| author | Mark Otto <[email protected]> | 2015-01-01 12:13:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-01 12:13:28 -0800 |
| commit | c6af78e8a4e58fe2a09022ab04f04f14722d2795 (patch) | |
| tree | 4ec2a764a9b517a31d0b4315dccdf0e7821c3db9 /docs/dist/css/bootstrap.css | |
| parent | a6053b573cc41d585ff89197050c359c00588c5c (diff) | |
| download | bootstrap-c6af78e8a4e58fe2a09022ab04f04f14722d2795.tar.xz bootstrap-c6af78e8a4e58fe2a09022ab04f04f14722d2795.zip | |
grunt
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; |
