Merge pull request #20 from eltociear/patch-1

chore: update index.css
This commit is contained in:
Sammwy 2025-01-22 17:27:24 -03:00 committed by GitHub
commit 289eff9ac1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -156,7 +156,7 @@ input[type=range].volume_bar:focus::-ms-fill-upper {
background: linear-gradient(to bottom right, rgba(236, 72, 153, 1), rgba(59, 130, 246, 1)); background: linear-gradient(to bottom right, rgba(236, 72, 153, 1), rgba(59, 130, 246, 1));
} }
/*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out /*TODO: Use one of the selectors from https://stackoverflow.com/a/20541859/7077589 and figure out
how to remove the virtical space around the range input in IE*/ how to remove the vertical space around the range input in IE*/
@supports (-ms-ime-align:auto) { @supports (-ms-ime-align:auto) {
/* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */ /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
input[type=range].volume_bar { input[type=range].volume_bar {