diff --git a/Apps/common.css b/Apps/common.css index 9605c7b..e85c82b 100644 --- a/Apps/common.css +++ b/Apps/common.css @@ -11,7 +11,7 @@ } input { - all: initial; + all: revert; box-sizing: border-box; border: none; outline: none; @@ -25,11 +25,18 @@ } select { - all: initial; + all: revert; + appearance: auto; box-sizing: border-box; border: none; outline: none; font-family: inherit; font-size: inherit; + display: flex; + align-items: center; + } + + label, input, select { + cursor: pointer; } }