First version with working level selector

This commit is contained in:
Pieter Vander Vennet 2022-07-22 01:33:11 +02:00
parent 15e6fde194
commit 707961761c
9 changed files with 266 additions and 121 deletions

View file

@ -232,27 +232,17 @@ a {
input[type="range"].vertical {
writing-mode: bt-lr; /* IE */
-webkit-appearance: slider-vertical; /* Chromium */
width: 8px;
height: 180px;
padding: 31px 5px 0 5px;
cursor: pointer;
}
@-moz-document url-prefix() {
input[type="range"].vertical {
height: 269px !important;
width: 65px !important;
}
.valuesContainer {
padding-top: 30px;
}
input[type="range"].vertical::-moz-range-thumb {
width: 150px;
height: 30px;
border: 2px;
border-style: solid;
input[type="range"].elevator::-moz-range-thumb {
background-color: #00000000 !important;
background-image: url("/assets/svg/elevator_wheelchair.svg");
width: 150px !important;
height: 30px !important;
border: 2px;
border-style: solid;
background-size: contain;
background-position: center center;
background-repeat: no-repeat;