From ee7037967d7e2e75e50c1e79ab08175dd323761b Mon Sep 17 00:00:00 2001 From: knob1 Date: Sat, 15 Oct 2016 16:58:53 +0200 Subject: [PATCH] Changed the button:active background color MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When an active button loses focus the Button didn’t look that it is active. I changed that so that the button stays the same even when it loses the focus (in some cases you want to see if the button was pressed - for example when you use the button template on a radio button) http://getbootstrap.com/javascript/#buttons-checkbox-radio --- bootflat/css/bootflat.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bootflat/css/bootflat.css b/bootflat/css/bootflat.css index 5132ae9..bdbb976 100644 --- a/bootflat/css/bootflat.css +++ b/bootflat/css/bootflat.css @@ -189,8 +189,8 @@ blockquote { border-color: #ccd1d9; } .btn-primary, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { - background-color: #3bafda; - border-color: #3bafda; + background-color: #4fc1e9; + border-color: #4fc1e9; } .btn-primary:hover, .btn-primary:focus { background-color: #4fc1e9;