From b6ba89c208b7a98c6d676a3488908382be1b68e2 Mon Sep 17 00:00:00 2001 From: ivaylokenov Date: Fri, 14 Aug 2015 18:06:05 +0300 Subject: [PATCH] Fixed active button border --- Source/Client/Showcase.Client.App/Content/main.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Source/Client/Showcase.Client.App/Content/main.css b/Source/Client/Showcase.Client.App/Content/main.css index 0fcf44c..36d625d 100644 --- a/Source/Client/Showcase.Client.App/Content/main.css +++ b/Source/Client/Showcase.Client.App/Content/main.css @@ -599,6 +599,11 @@ body { color: #666 !important; } +.btn-default, .btn-default.active { + border-width: 1px !important; + border-color: rgba(0,0,0,.2) !important; +} + @media(max-width: 991px) { .text-center-small { text-align: center;