From 0644ce37033570f01ac8ac4a92f4ddcdf88d95d8 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 22 Aug 2015 19:12:40 -0700 Subject: grunt --- dist/css/bootstrap.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dist/css/bootstrap.css') 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; -- cgit v1.2.3