From 69c1d8a1b961cc5bde80514d62c07e1c44bc1320 Mon Sep 17 00:00:00 2001 From: Samuel Mannehed Date: Mon, 12 Dec 2022 15:32:07 +0100 Subject: [PATCH] Add section comments to input.css Makes stuff easier to find. --- app/styles/input.css | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) 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, \