1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-30 01:30:12 +02:00

Hide arrow buttons in number input fields

This commit is contained in:
Peter Knut
2024-10-18 09:44:01 +02:00
parent 3bb75dc036
commit 7997331b77

View File

@@ -26,6 +26,8 @@ pre, textarea { font: 110%/1.25 monospace; }
pre.jush { background: #fff; }
input, textarea, select { box-sizing: border-box; }
input, select { vertical-align: middle; }
input[type="number"] { -moz-appearance: textfield; }
input::-webkit-inner-spin-button { -webkit-appearance: none; }
input.default { box-shadow: 1px 1px 1px #777; }
input.required { box-shadow: 1px 1px 1px red; }
input.maxlength { box-shadow: 1px 1px 1px red; }