mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
More header enhancements
This commit is contained in:
parent
a9fe354039
commit
18debe3f69
1 changed files with 8 additions and 7 deletions
15
Project-Unite/Content/bootstrap-theme.css
vendored
15
Project-Unite/Content/bootstrap-theme.css
vendored
|
@ -3010,10 +3010,11 @@ input[type="button"].btn-block {
|
|||
float: left;
|
||||
min-width: 160px;
|
||||
padding: 5px 0;
|
||||
padding-top: 0px;
|
||||
margin: 2px 0 0;
|
||||
list-style: none;
|
||||
font-size: 14px;
|
||||
background-color: black;
|
||||
background-color: rgb(100, 100, 100);
|
||||
border-left: 1px solid white;
|
||||
border-right: 1px solid white;
|
||||
border-bottom: 1px solid white;
|
||||
|
@ -3031,7 +3032,7 @@ input[type="button"].btn-block {
|
|||
height: 1px;
|
||||
margin: 9px 0;
|
||||
overflow: hidden;
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
background-color: rgba(255, 255, 255, 0.4);
|
||||
}
|
||||
.dropdown-menu > li > a {
|
||||
display: block;
|
||||
|
@ -3046,7 +3047,7 @@ input[type="button"].btn-block {
|
|||
.dropdown-menu > li > a:focus {
|
||||
text-decoration: none;
|
||||
color: #ffffff;
|
||||
background-color: rgb(50, 50, 50);
|
||||
background-color: rgb(120, 120, 120);
|
||||
}
|
||||
.dropdown-menu > .active > a,
|
||||
.dropdown-menu > .active > a:hover,
|
||||
|
@ -3953,8 +3954,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|||
}
|
||||
.navbar-default .navbar-nav > li > a:hover,
|
||||
.navbar-default .navbar-nav > li > a:focus {
|
||||
color: #ffffff;
|
||||
background-color: transparent;
|
||||
color: white;
|
||||
background-color: rgb(100, 100, 100);
|
||||
}
|
||||
.navbar-default .navbar-nav > .active > a,
|
||||
.navbar-default .navbar-nav > .active > a:hover,
|
||||
|
@ -3985,8 +3986,8 @@ select[multiple].input-group-sm > .input-group-btn > .btn {
|
|||
.navbar-default .navbar-nav > .open > a,
|
||||
.navbar-default .navbar-nav > .open > a:hover,
|
||||
.navbar-default .navbar-nav > .open > a:focus {
|
||||
background-color: transparent;
|
||||
color: #ffffff;
|
||||
background-color: rgb(100, 100, 100);
|
||||
color: white;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
|
||||
|
|
Loading…
Reference in a new issue