fix: slider background

pull/7111/head
Konstantinos Kaloutas 2022-10-31 18:45:28 +02:00
parent 9f0cfc571f
commit a85f38f414
2 changed files with 2 additions and 11 deletions

BIN
resources/img/checker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

View File

@ -935,21 +935,12 @@ html[data-theme='dark'] {
}
.tl-slider-root {
@apply relative flex items-center w-full;
@apply relative flex items-center w-full rounded-sm;
user-select: none;
touch-action: none;
background-color: var(--ls-secondary-background-color);
background: url("../img/checker.png");
&[data-orientation="horizontal"] {
height: 20px;
}
&[data-orientation="vertical"] {
flex-direction: column;
width: 20px;
height: 100%;
}
}
.tl-slider-track {