add attack config and disable experience value input

This commit is contained in:
molilo 2025-07-03 10:36:52 -03:00
parent 85dac730b7
commit f7c42fdddf
6 changed files with 41 additions and 5 deletions

View file

@ -23,6 +23,16 @@
box-shadow: none;
outline: 2px solid light-dark(@dark, @beige);
}
&:disabled[type='text'],
&:disabled[type='number'] {
outline: 2px solid transparent;
cursor: not-allowed;
&:hover {
background: transparent;
}
}
}
input[type='checkbox'] {