Files
ag-beats/public/index.css
2025-12-20 16:32:05 +02:00

12 lines
359 B
CSS

/* Firefox specific styles for range input thumb */
input[type=range]::-moz-range-thumb {
background-color: #f97316; /* orange-500 */
border: none;
border-radius: 9999px; /* full rounded */
height: 16px;
width: 16px;
cursor: pointer;
}
input[type=range]#bass-volume::-moz-range-thumb {
background-color: #8b5cf6; /* purple-500 */
}