summaryrefslogtreecommitdiff
path: root/Project-Unite/Content/bootstrap-theme.css
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-05 23:18:18 +1000
committerVictor Tran <[email protected]>2017-04-05 23:18:18 +1000
commit177ce817fe912ed30c5f407c42075171646f8c58 (patch)
treef0b2e97d27aa8be5a7c318f00276e3e80c25a6dc /Project-Unite/Content/bootstrap-theme.css
parent585c4df4d5c9c67de64ba3e4ee9c383911ecd533 (diff)
downloadproject-unite-177ce817fe912ed30c5f407c42075171646f8c58.tar.gz
project-unite-177ce817fe912ed30c5f407c42075171646f8c58.tar.bz2
project-unite-177ce817fe912ed30c5f407c42075171646f8c58.zip
Update default buttons
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;