mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-23 01:47:54 +02:00
high-contrast.less: Adjust menu adjustments
This commit is contained in:
parent
bf78da01c9
commit
1ec9d7408a
@ -17,9 +17,11 @@
|
|||||||
@text-color-light: #555555;
|
@text-color-light: #555555;
|
||||||
|
|
||||||
@menu-highlight-color: white;
|
@menu-highlight-color: white;
|
||||||
|
@menu-highlight-hover-bg-color: white;
|
||||||
@menu-2ndlvl-color: white;
|
@menu-2ndlvl-color: white;
|
||||||
@menu-2ndlvl-highlight-color: white;
|
@menu-2ndlvl-highlight-color: white;
|
||||||
@menu-2ndlvl-active-hover-color: @text-color;
|
@menu-2ndlvl-active-bg-color: black;
|
||||||
|
@menu-2ndlvl-active-hover-color: white;
|
||||||
|
|
||||||
#menu ul.nav-level-1 > .nav-item > a {
|
#menu ul.nav-level-1 > .nav-item > a {
|
||||||
&:focus, &:hover {
|
&:focus, &:hover {
|
||||||
@ -27,14 +29,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu .nav-level-2 > .nav-item.active {
|
|
||||||
background-color: black;
|
|
||||||
|
|
||||||
> a:focus, > a:hover {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#menu .nav-level-2 > .nav-item > a {
|
#menu .nav-level-2 > .nav-item > a {
|
||||||
&:hover, &:focus {
|
&:hover, &:focus {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user