forked from React-Group/interstellar_ai
mostly working version
This commit is contained in:
parent
fdf568b124
commit
7ec0a192de
4 changed files with 125 additions and 144 deletions
|
@ -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 */
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue