blob: 60d35cb7adcb0f38d8c1cef8eb70999726b9057a [file] [log] [blame]
/*
******************************************************************************
* Copyright © 2018 PTA GmbH.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*
******************************************************************************
*/
.navbar-nav {
display: inline-flex;
}
.overview-navbar {
z-index: 999;
}
.nav-overview-user {
float: right;
vertical-align: middle;
padding-top: 13px;
padding-right: 20px;
}
.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>li>a {
cursor: pointer;
}
.dropdown-menu>li>div {
margin-left: 20px;
color: #333;
}
.btn-logout {
background-color: #ccdbe6;
color: #0080c0;
border: none;
}
.btn-logout:hover {
filter: brightness(95%);
}
.version-info-simple {
position: inherit;
}