mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-28 05:05:19 +01:00
58 lines
1.1 KiB
CSS
58 lines
1.1 KiB
CSS
.navbar-custom {
|
|
background-image: none;
|
|
background-color: #057ac9;
|
|
height: 66px;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
nav .container {
|
|
margin-top: 15px;
|
|
}
|
|
|
|
nav .container-custom {
|
|
min-width: 1024px;
|
|
}
|
|
|
|
.navbar-custom .navbar-nav > li > a,
|
|
.navbar-custom .navbar-nav > li > a:hover,
|
|
.navbar-custom .navbar-nav > li > a:focus,
|
|
.navbar-custom .navbar-nav > li > a:active {
|
|
color: white; /*Change active text color here*/
|
|
}
|
|
|
|
.navbar-brand > img {
|
|
height: 60px;
|
|
width: 100px;
|
|
margin-top: -30px;
|
|
filter: brightness(0) invert(1);
|
|
-webkit-filter: brightness(0) invert(1);
|
|
}
|
|
|
|
.navbar-form {
|
|
margin-top: 0;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.search-icon {
|
|
background: url("/static/ng/resources/img/magnitude-glass.jpg") no-repeat 97% 6px;
|
|
background-size: 1.5em;
|
|
background-color: #FFFFFF;
|
|
}
|
|
|
|
.nav-custom li {
|
|
float: left;
|
|
padding: 10px 0 0 0;
|
|
margin-right: 12px;
|
|
list-style: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.nav-custom li a {
|
|
font-size: 14px;
|
|
color: #FFFFFF;
|
|
text-decoration: none;
|
|
}
|
|
|
|
.nav-custom .active {
|
|
border-bottom: 3px solid #EFEFEF;
|
|
} |