style: use consistent input styles (#3894)

This commit is contained in:
ikkz 2025-04-10 13:51:52 +08:00 committed by GitHub
parent 54c516865c
commit 9a4f0feb27

View file

@ -29,6 +29,10 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
width: 100%;
-webkit-appearance: none;
appearance: none;
height: 1.5em;
background: var(--canvas-inset);
border: 1px solid var(--border);
border-radius: var(--border-radius);
padding: 1px 0.5em;
outline: none !important;
}
</style>