From f626414006c6e6a8e8029ab25f150d9aa481384d Mon Sep 17 00:00:00 2001 From: Victor Tran Date: Wed, 5 Apr 2017 23:06:00 +1000 Subject: [PATCH] Changed default buttons --- Project-Unite/Content/bootstrap-theme.css | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css index a0f2d61..c3c1b8a 100644 --- a/Project-Unite/Content/bootstrap-theme.css +++ b/Project-Unite/Content/bootstrap-theme.css @@ -1995,11 +1995,12 @@ select[multiple].input-lg { padding: 8px 12px; font-size: 14px; line-height: 1.42857143; - border-radius: 4px; + border-radius: 0px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; + text-decoration: none !important; } .btn:focus, .btn:active:focus, @@ -2017,8 +2018,6 @@ select[multiple].input-lg { .btn.active { outline: 0; background-image: none; - -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); - box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); } .btn.disabled, .btn[disabled], @@ -2032,17 +2031,20 @@ fieldset[disabled] .btn { } .btn-default { color: #ffffff; - background-color: #424242; - border-color: #424242; + background-color: transparent; + /* border-color: #424242; */ } .btn-default:hover, .btn-default:focus, -.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { - color: #ffffff; - background-color: #2d2d2d; - border-color: #232323; + color: black; + background-color: white; + /* border-color: #232323; */ +} +.btn-default:active, { + color: black; + background-color: rgb(200, 200, 200); } .btn-default:active, .btn-default.active,