More work on UI
This commit is contained in:
@@ -2828,4 +2828,34 @@ body {
|
||||
margin: 30px 0px;
|
||||
}
|
||||
|
||||
input[type=range] {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 100%;
|
||||
height: 9px;
|
||||
margin: 8px 0px;
|
||||
background: #ffffff;
|
||||
outline: none;
|
||||
padding: 0px !important;
|
||||
border: 2px solid #000;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
input[type=range]:hover::-webkit-slider-thumb, input[type=range]:hover::-moz-range-thumb {
|
||||
background: #2bc038;
|
||||
}
|
||||
input[type=range]::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background: #626262;
|
||||
cursor: pointer;
|
||||
}
|
||||
input[type=range]::-moz-range-thumb {
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
background: #626262;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=style.css.map */
|
||||
|
||||
Reference in New Issue
Block a user