Menubar use var for background-color at dropdown menues from the menubar

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I82565cd811bc4b0b71c39670a88e0fe21fa91d70
This commit is contained in:
andreas kainz 2022-02-18 01:11:31 +01:00 committed by Andreas_K
parent 820c365479
commit bab1d1ec7d
2 changed files with 3 additions and 2 deletions

View file

@ -139,6 +139,7 @@
border-left-color: transparent;
}
.lo-menu > li .disabled {
background: var(--color-main-background);
color: var(--color-text-lighter);
}
.lo-menu > li .disabled:hover {

View file

@ -3,7 +3,7 @@
.sm-simple ul {
position: absolute;
width: 12em;
background: white;
background: var(--color-main-background);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
@ -48,4 +48,4 @@
#menu-last-mod {
display: none;
}
}
}