Initial commit
This commit is contained in:
12
public/index.css
Normal file
12
public/index.css
Normal file
@@ -0,0 +1,12 @@
|
||||
/* 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 */
|
||||
}
|
||||
Reference in New Issue
Block a user