mirror of
https://github.com/placeAtlas/atlas.git
synced 2025-01-13 13:53:46 +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;
|
flex: 1;
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
border: 1px #000 solid;
|
border: 1px #000 solid;
|
||||||
padding: 3px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
min-width: 300px;
|
min-width: 300px;
|
||||||
|
@ -698,9 +697,29 @@ #timeControls {
|
||||||
|
|
||||||
#timeControls input {
|
#timeControls input {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
background: #555;
|
||||||
|
-webkit-appearance: none;
|
||||||
|
appearance: none;
|
||||||
width: 100%;
|
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 {
|
#author {
|
||||||
background-color: #555;
|
background-color: #555;
|
||||||
border: 1px #000 solid;
|
border: 1px #000 solid;
|
||||||
|
|
Loading…
Reference in a new issue