blob: 55da100152f15ea152c328a577600894ed907422 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
.navbar-nav {
display: inline-flex;
}
.overview-navbar {
z-index: 999;
}
.nav-overview-user {
float: right;
vertical-align: middle;
padding-right: 10px;
}
.divider-right {
border-right: 1px solid #ccc;
margin-right: 25px;
}
.active-navitem {
border-bottom: 2px solid;
padding-bottom: 3px;
width: auto;
}
.glyphicon:hover {
border-bottom: 2px solid;
padding-bottom: 3px;
width: auto;
}
#bell {
font-size: 130%;
}
#bell:hover {
border-bottom: 0px solid !important;
padding-bottom: 3px;
width: auto;
cursor: default;
}
.dropdown-open:hover {
background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus {
filter: brightness(95%);
}
.dropdown-menu {
position: absolute;
z-index: 10000;
left: auto;
right: auto;
top: 48px;
}
.dropdown-menu > li > a {
cursor: pointer;
}
.dropdown-menu > li > div {
margin-left: 20px;
color: #333;
}
.btn-logout {
background-color: #ccdbe6;
color: #0080c0;
}
.btn-logout:hover {
filter: brightness(95%);
}
.version-info-simple {
position: inherit;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: 400;
line-height: 1.42857143;
color: #333;
white-space: nowrap;
}
.divider {
border-right: solid 1px #c3c3c3;
margin: 10px 16px 10px 0px;
height: 20px;
}
.navbar-header {
cursor: pointer;
}