w2ui-scroll use var colors

Signed-off-by: andreas kainz <kainz.a@gmail.com>
Change-Id: I0908c446ea5eb02c5fcd82f9fe0e2ac1af491dcb
This commit is contained in:
andreas kainz 2022-05-06 23:43:59 +02:00 committed by Rashesh Padia
parent 55d9724999
commit df57005ae2

View file

@ -194,6 +194,12 @@ w2ui-toolbar {
.w2ui-scroll-left,
.w2ui-scroll-right {
z-index: 1001;
background-color: var(--color-background-dark);
box-shadow: 0px 0px 7px var(--color-box-shadow);
}
.w2ui-scroll-left:hover,
.w2ui-scroll-right:hover {
background-color: var(--color-background-darker);
}
/* center the toolbar */