forked from MapComplete/MapComplete
latest
This commit is contained in:
parent
98d061b24a
commit
45b736308e
1 changed files with 4 additions and 4 deletions
|
@ -248,18 +248,18 @@ input[type="range"].vertical {
|
||||||
padding-top: 30px;
|
padding-top: 30px;
|
||||||
}
|
}
|
||||||
input[type="range"].vertical::-moz-range-thumb {
|
input[type="range"].vertical::-moz-range-thumb {
|
||||||
width: 60px;
|
width: 150px;
|
||||||
height: 50px;
|
height: 35px;
|
||||||
border: 2px;
|
border: 2px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-width: 50px;
|
|
||||||
background-color: #00000000 !important;
|
background-color: #00000000 !important;
|
||||||
background-image: url("/assets/svg/elevator_wheelchair.svg");
|
background-image: url("/assets/svg/elevator_wheelchair.svg");
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border-image: linear-gradient(to right, red 50%, transparent 50%) 100% 1;
|
border-image: linear-gradient(to right, black 50%, transparent 50%) 100% 1;
|
||||||
|
padding-bottom: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue