This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/frontend/less/espo-vertical/custom.less
T
2018-11-13 12:19:21 +02:00

52 lines
990 B
Plaintext

#navbar {
.navbar-header {
> a {
color: @navbar-inverse-link-color;
&:hover,
&:focus {
color: @navbar-inverse-link-hover-color;
background-color: @navbar-inverse-link-hover-bg;
}
}
}
}
.stick-sub {
margin-top: @tob-bar-height;
}
.side-menu-backdrop {
background-color: @modal-backdrop-bg;
opacity: .5;
}
.alert {
height: @tob-bar-height;
}
#global-search-input {
border: 1px solid @top-navbar-bg-color;
font-size: 13px;
width: 250px;
}
@media screen and (min-width: @screen-sm-min) {
#global-search-panel {
margin-top: -1px;
}
.notifications-badge-container > .notifications-button > .number-badge {
top: 3px;
left: 22px;
}
.navbar-nav.navbar-right > .open {
> a,
> a:hover,
> a:active,
> a:focus {
background-color: darken(@gray-lighter, 10%);
}
}
}