mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-22 04:13:06 +09:00
20 lines
239 B
HTML
20 lines
239 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
|
|
::-moz-range-track {
|
|
display: none ! important;
|
|
}
|
|
|
|
::-moz-range-thumb {
|
|
display: none ! important;
|
|
}
|
|
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<input type="range">
|
|
</body>
|
|
</html>
|