summaryrefslogtreecommitdiff
path: root/Project-Unite/Content
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-05 23:06:00 +1000
committerVictor Tran <[email protected]>2017-04-05 23:06:00 +1000
commitf626414006c6e6a8e8029ab25f150d9aa481384d (patch)
tree473d6cea0729cc56306b173417dd14b440bf753b /Project-Unite/Content
parent2eb80adefa6dc34098bfa9ada49ad10e8d41f8ff (diff)
downloadproject-unite-f626414006c6e6a8e8029ab25f150d9aa481384d.tar.gz
project-unite-f626414006c6e6a8e8029ab25f150d9aa481384d.tar.bz2
project-unite-f626414006c6e6a8e8029ab25f150d9aa481384d.zip
Changed default buttons
Diffstat (limited to 'Project-Unite/Content')
-rw-r--r--Project-Unite/Content/bootstrap-theme.css20
1 files 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,