mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Update solarized-dark theme for new menu style
This commit is contained in:
parent
bd4edfc89b
commit
9a4eb7268c
@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user