summaryrefslogtreecommitdiff
path: root/Project-Unite/Content/bootstrap-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
-rw-r--r--Project-Unite/Content/bootstrap-theme.css7
1 files 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;