Change header back to white and remove CoreOS product bar
As the product bar has been removed from the other CoreOS sites, change back to match
This commit is contained in:
parent
498d7fc15e
commit
24f16fc0d2
6 changed files with 5 additions and 148 deletions
|
@ -57,25 +57,6 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
background: white;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .header-bar-content {
|
||||
background-color: rgba(11, 57, 90, 0.9);
|
||||
box-shadow: none !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .navbar-nav>li>a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .navbar-nav>li>a:hover,
|
||||
.header-bar-element.dark .navbar-default .navbar-nav>li>a:focus,
|
||||
.header-bar-element.dark .navbar-nav>li>a.active,
|
||||
.header-bar-element.dark .navbar-nav>li>a:focus {
|
||||
background-color: rgba(0,0,0,.25);
|
||||
text-shadow:1px 1px 12px rgba(0,0,0,0.60); /* Increase opacity and spread */
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.header-bar-element .search-box {
|
||||
position: absolute;
|
||||
left: 0px;
|
||||
|
@ -237,14 +218,6 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
margin-right: 20px;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .user-tools .user-tool {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .user-tools .caret {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.user-tools.with-menu {
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
@ -266,11 +239,6 @@ nav.navbar-default .navbar-nav>li>a.active {
|
|||
color: #333;
|
||||
}
|
||||
|
||||
.header-bar-element.dark .user-tools i.user-tool:hover {
|
||||
cursor: pointer;
|
||||
color: #78CDF1;
|
||||
}
|
||||
|
||||
.user-tools .new-menu {
|
||||
background: transparent !important;
|
||||
}
|
||||
|
|
Reference in a new issue