diff --git a/app/styles/input.css b/app/styles/input.css index 8bb2f992..c30af88e 100644 --- a/app/styles/input.css +++ b/app/styles/input.css @@ -5,6 +5,9 @@ * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ +/* + * Common for all inputs + */ input, input::file-selector-button, button, select, textarea { /* Respect standard font settings */ font: inherit; @@ -20,6 +23,9 @@ input, input::file-selector-button, button, select, textarea { background-image: linear-gradient(to top, rgb(255, 255, 255) 80%, rgb(240, 240, 240)); } +/* + * Buttons + */ input[type=button], input[type=color], input[type=image], @@ -37,6 +43,9 @@ select { padding-right: 20px; } +/* + * Select dropdowns + */ select { --select-arrow: url('data:image/svg+xml;utf8, \