summaryrefslogtreecommitdiff
path: root/Project-Unite/Content/bootstrap-theme.css
diff options
context:
space:
mode:
authorVictor Tran <[email protected]>2017-04-06 00:14:55 +1000
committerVictor Tran <[email protected]>2017-04-06 00:14:55 +1000
commita9fe354039c86710dc8bee50ff28f803aaed60e7 (patch)
tree167b993646a46d2924bf6063d7a6681d0e7103db /Project-Unite/Content/bootstrap-theme.css
parentbb1b4649eaf59557a82e7983c02cf49a0f94c49b (diff)
downloadproject-unite-a9fe354039c86710dc8bee50ff28f803aaed60e7.tar.gz
project-unite-a9fe354039c86710dc8bee50ff28f803aaed60e7.tar.bz2
project-unite-a9fe354039c86710dc8bee50ff28f803aaed60e7.zip
Navbar styling
Diffstat (limited to 'Project-Unite/Content/bootstrap-theme.css')
-rw-r--r--Project-Unite/Content/bootstrap-theme.css18
1 files changed, 10 insertions, 8 deletions
diff --git a/Project-Unite/Content/bootstrap-theme.css b/Project-Unite/Content/bootstrap-theme.css
index 35dd8d3..38d5d25 100644
--- a/Project-Unite/Content/bootstrap-theme.css
+++ b/Project-Unite/Content/bootstrap-theme.css
@@ -3013,12 +3013,14 @@ input[type="button"].btn-block {
margin: 2px 0 0;
list-style: none;
font-size: 14px;
- background-color: #222222;
- border: 1px solid #444444;
- border: 1px solid rgba(255, 255, 255, 0.1);
- border-radius: 4px;
- -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
+ background-color: black;
+ border-left: 1px solid white;
+ border-right: 1px solid white;
+ border-bottom: 1px solid white;
+ border-top: none;
+ border-radius: 0px;
+ -webkit-box-shadow: none;
+ box-shadow: none;
background-clip: padding-box;
}
.dropdown-menu.pull-right {
@@ -3044,7 +3046,7 @@ input[type="button"].btn-block {
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
- background-color: #2a9fd6;
+ background-color: rgb(50, 50, 50);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
@@ -5698,7 +5700,7 @@ button.close {
}
}
.navbar {
- border-bottom: 1px solid #282828;
+ border-bottom: 1px solid white;
}
.text-primary,
.text-primary:hover {