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

View File

@ -111,18 +111,47 @@ textarea {
} }
#menu { #menu {
a:hover { background-color: @base02;
color: @body-bg-color;
background-color: @base1;
}
input.search { 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 { .nav-level-1 > .nav-item {
color: @text-color-on-icinga-blue; color: @text-color;
background-color: @base01;
&.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;
}
} }
} }