remove annoying increase, decrease button to totp
This commit is contained in:
parent
1370759ff2
commit
e3d5477bdf
1 changed files with 7 additions and 0 deletions
|
@ -12,6 +12,13 @@
|
|||
crossorigin="anonymous"></script>
|
||||
<script src="/admin/panel/api.js"></script>
|
||||
</head>
|
||||
<style>
|
||||
input[type=number]::-webkit-inner-spin-button,
|
||||
input[type=number]::-webkit-outer-spin-button {
|
||||
-webkit-appearance: none;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body class="m-0 w-dvw h-dvh bg-zinc-800 grid place-center">
|
||||
<div class="mx-auto h-dvh w-[90dvw] lg:w-[70dvw]">
|
||||
|
|
Loading…
Add table
Reference in a new issue