mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-23 01:32:16 +00:00
Navbar styling
This commit is contained in:
parent
bb1b4649ea
commit
a9fe354039
1 changed files with 10 additions and 8 deletions
18
Project-Unite/Content/bootstrap-theme.css
vendored
18
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -3013,12 +3013,14 @@ input[type="button"].btn-block {
|
||||||
margin: 2px 0 0;
|
margin: 2px 0 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #222222;
|
background-color: black;
|
||||||
border: 1px solid #444444;
|
border-left: 1px solid white;
|
||||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
border-right: 1px solid white;
|
||||||
border-radius: 4px;
|
border-bottom: 1px solid white;
|
||||||
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
border-top: none;
|
||||||
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
|
border-radius: 0px;
|
||||||
|
-webkit-box-shadow: none;
|
||||||
|
box-shadow: none;
|
||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
}
|
}
|
||||||
.dropdown-menu.pull-right {
|
.dropdown-menu.pull-right {
|
||||||
|
@ -3044,7 +3046,7 @@ input[type="button"].btn-block {
|
||||||
.dropdown-menu > li > a:focus {
|
.dropdown-menu > li > a:focus {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
background-color: #2a9fd6;
|
background-color: rgb(50, 50, 50);
|
||||||
}
|
}
|
||||||
.dropdown-menu > .active > a,
|
.dropdown-menu > .active > a,
|
||||||
.dropdown-menu > .active > a:hover,
|
.dropdown-menu > .active > a:hover,
|
||||||
|
@ -5698,7 +5700,7 @@ button.close {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
border-bottom: 1px solid #282828;
|
border-bottom: 1px solid white;
|
||||||
}
|
}
|
||||||
.text-primary,
|
.text-primary,
|
||||||
.text-primary:hover {
|
.text-primary:hover {
|
||||||
|
|
Loading…
Reference in a new issue