From 177ce817fe912ed30c5f407c42075171646f8c58 Mon Sep 17 00:00:00 2001 From: Victor Tran <vicr12345@gmail.com> Date: Wed, 5 Apr 2017 23:18:18 +1000 Subject: [PATCH] Update default buttons --- Project-Unite/Content/bootstrap-theme.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index e7b93c6..13e4e3d 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -2031,16 +2031,15 @@ fieldset[disabled] .btn { } .btn-default { color: #ffffff; - background-color: transparent; - /* border-color: #424242; */ + background-color: rgba(255, 255, 255, 0.0625); } .btn-default:hover, .btn-default:focus, .btn-default.active, .open .dropdown-toggle.btn-default { color: black; - background-color: white; - /* border-color: #232323; */ + background-color: rgba(255, 255, 255, 0.25); + border: none; } .btn-default:active, { color: black;