Darken border of main menu for consistency

This commit is contained in:
Michael Demetriou 2019-10-02 15:34:37 +03:00
parent e6a0cf891d
commit 526387fe3e

View file

@ -105,6 +105,9 @@ nav#manage {
margin-top: -2px; margin-top: -2px;
} }
} }
ul ul{
border-color: @darkNavBorder;
}
} }
img.ic-18dp { img.ic-18dp {