mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-21 15:53:45 +02:00
Show proper spinners
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
textarea, select, input, button {
|
||||
outline: none;
|
||||
@apply .outline-none;
|
||||
}
|
||||
|
||||
button:focus, button:focus-visible {
|
||||
@apply .outline-none;
|
||||
}
|
||||
|
||||
input[type=number]::-webkit-outer-spin-button,
|
||||
|
||||
Reference in New Issue
Block a user