w2ui-scroll use var colors
Signed-off-by: andreas kainz <kainz.a@gmail.com> Change-Id: I0908c446ea5eb02c5fcd82f9fe0e2ac1af491dcb
This commit is contained in:
parent
55d9724999
commit
df57005ae2
1 changed files with 6 additions and 0 deletions
|
@ -194,6 +194,12 @@ w2ui-toolbar {
|
||||||
.w2ui-scroll-left,
|
.w2ui-scroll-left,
|
||||||
.w2ui-scroll-right {
|
.w2ui-scroll-right {
|
||||||
z-index: 1001;
|
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 */
|
/* center the toolbar */
|
||||||
|
|
Loading…
Reference in a new issue