mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-17 23:44:06 +01:00
style the slider
This commit is contained in:
parent
34bb67665c
commit
35ea170a8e
1 changed files with 20 additions and 1 deletions
|
@ -690,7 +690,6 @@ #timeControls {
|
|||
flex: 1;
|
||||
background-color: #555;
|
||||
border: 1px #000 solid;
|
||||
padding: 3px;
|
||||
font-size: 12px;
|
||||
text-align: center;
|
||||
min-width: 300px;
|
||||
|
@ -698,9 +697,29 @@ #timeControls {
|
|||
|
||||
#timeControls input {
|
||||
height: 100%;
|
||||
background: #555;
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.slider::-webkit-slider-thumb {
|
||||
-webkit-appearance: none;
|
||||
appearance: none;
|
||||
width: 10px;
|
||||
height: 25px;
|
||||
background: #d3d3d3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.slider::-moz-range-thumb {
|
||||
appearance: none;
|
||||
width: 10px;
|
||||
height: 25px;
|
||||
background: #d3d3d3;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#author {
|
||||
background-color: #555;
|
||||
border: 1px #000 solid;
|
||||
|
|
Loading…
Reference in a new issue