mostly working version

This commit is contained in:
sageTheDM 2024-09-26 12:31:56 +02:00
parent fdf568b124
commit 7ec0a192de
4 changed files with 125 additions and 144 deletions

View file

@ -183,5 +183,10 @@
input[type="radio"] {
display: none; /* Hide the default radio buttons */
}
}
.slider-option.disabled {
opacity: 0.5; /* Make the option appear greyed out */
pointer-events: none; /* Prevent clicks */
}