mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 14:30:31 +02:00
random css changes
This commit is contained in:
parent
4fe7a03796
commit
148ce28c45
3 changed files with 20 additions and 6 deletions
|
@ -368,6 +368,25 @@ body {
|
|||
border: 1px solid #ffffff;
|
||||
}
|
||||
|
||||
.slider::-moz-range-thumb,
|
||||
#volumeSlider::-moz-range-thumb {
|
||||
opacity: 1;
|
||||
transition: 0.1s;
|
||||
}
|
||||
|
||||
.slider::-moz-range-thumb:active,
|
||||
#volumeSlider::-moz-range-thumb:active {
|
||||
width: 14px;
|
||||
height: 14px;
|
||||
}
|
||||
|
||||
.slider:not(:hover)::-moz-range-thumb,
|
||||
#volumeSlider:not(:hover)::-moz-range-thumb {
|
||||
opacity: 0;
|
||||
width: 0;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
#currentTime,
|
||||
#totalDuration {
|
||||
text-shadow: #000000 3px 2px 7px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue