Add elevator icons

This commit is contained in:
Pieter Vander Vennet 2022-07-18 13:50:14 +02:00
parent 92bd6414e4
commit 3441e7c9f7
5 changed files with 77 additions and 46 deletions

View file

@ -237,22 +237,31 @@ input[type="range"].vertical {
padding: 0 5px;
}
/* .elevatorslider::-webkit-slider-thumb {
appearance: none;
width: 23px;
height: 24px;
.elevatorslider::-webkit-slider-thumb {
width: 100px;
height: 100px;
border: 0;
background: url("/assets/svg/bug.svg") !important;
background-color: #00000000 !important;
background-image: url("/assets/svg/elevator.svg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
position: relative;
z-index: 2;
}
.elevatorslider::-moz-range-thumb {
width: 23px;
height: 25px;
width: 100px;
height: 100px;
border: 0;
background: url("/assets/svg/bug.svg") !important;
background-color: #00000000 !important;
background-image: url("/assets/svg/elevator.svg");
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
} */
}
.border-detail {
border-color: var(--foreground-color);