Update solarized-dark theme for new menu style

This commit is contained in:
Markus Frosch 2017-11-27 13:09:13 +01:00 committed by Johannes Meyer
parent bd4edfc89b
commit 9a4eb7268c
1 changed files with 37 additions and 8 deletions

View File

@ -111,18 +111,47 @@ textarea {
}
#menu {
a:hover {
color: @body-bg-color;
background-color: @base1;
}
background-color: @base02;
input.search {
background-image: url(../img/icons/search_icinga_blue.png);
color: @text-color;
background-image: url(../img/icons/search_white.png);
&:focus {
background-image: url(../img/icons/search_white.png) !important;
}
}
.active > a {
color: @text-color-on-icinga-blue;
background-color: @base01;
.nav-level-1 > .nav-item {
color: @text-color;
&.active, &:hover {
color: @text-color;
background-color: @base00;
}
}
.nav-level-2 > .nav-item {
color: @text-color;
background-color: @base03;
&.active, &:hover {
a {
color: @text-color;
}
background-color: @base00;
}
}
.nav-itemxx{
&:hover,
&:hover > a,
&.active,
&.active > a {
color: @text-color !important;
//background-color: @base01 !important;
}
}
}