From c6af78e8a4e58fe2a09022ab04f04f14722d2795 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 1 Jan 2015 12:13:28 -0800 Subject: grunt --- dist/css/bootstrap.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/css/bootstrap.css') diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 67a18335b..84d13fc9f 100644 --- a/dist/css/bootstrap.css +++ b/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; -- cgit v1.2.3