diff --git a/web/boot.css b/web/boot.css index c3239894..28d5e0e3 100644 --- a/web/boot.css +++ b/web/boot.css @@ -243,29 +243,7 @@ a { input:not([type="image" i]) { box-sizing: border-box; } -input { - -webkit-writing-mode: horizontal-tb !important; - text-rendering: auto; - color: -internal-light-dark-color(black, white); - letter-spacing: normal; - word-spacing: normal; - text-transform: none; - text-indent: 0px; - text-shadow: none; - display: inline-block; - text-align: start; - -webkit-appearance: textfield; - background-color: -internal-light-dark-color(white, black); - -webkit-rtl-ordering: logical; - cursor: text; - margin: 0em; - font: 400 13.3333px Arial; - padding: 1px 0px; - border-width: 2px; - border-style: inset; - border-color: initial; - border-image: initial; -} + button, input { overflow: visible; } @@ -275,6 +253,10 @@ button, input, optgroup, select, textarea { font-size: inherit; line-height: inherit; } +input[type="radio"], input[type="checkbox"] { + box-sizing: border-box; + padding: 0; +} hr { margin-top: 1rem; margin-bottom: 1rem; @@ -324,6 +306,3 @@ hr { *, ::after, ::before { box-sizing: border-box; } -*, ::after, ::before { - box-sizing: border-box; -} diff --git a/web/configuration.html b/web/configuration.html index f89f10cd..d0faab58 100644 --- a/web/configuration.html +++ b/web/configuration.html @@ -5,7 +5,7 @@