Skip to content

Commit

Permalink
base.less: Make menu nav-level-2 hover better visible
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 authored and nilmerg committed Jun 19, 2023
1 parent 357398c commit 09b9d74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/icinga/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
@menu-highlight-color: @icinga-blue;
@menu-highlight-hover-bg-color: @icinga-blue-dark;
@menu-2ndlvl-color: #c4c4c4;
@menu-2ndlvl-highlight-bg-color: @tr-hover-color;
@menu-2ndlvl-highlight-bg-color: fade(@icinga-blue, 10);
@menu-2ndlvl-active-bg-color: @menu-highlight-color;
@menu-2ndlvl-active-color: @text-color-inverted;
@menu-2ndlvl-active-hover-bg-color: darken(@menu-2ndlvl-active-bg-color, 5%);
Expand Down

0 comments on commit 09b9d74

Please sign in to comment.