/* * noVNC general input element CSS * Copyright (C) 2025 The noVNC authors * noVNC is licensed under the MPL 2.0 (see LICENSE.txt) * This file is licensed under the 2-Clause BSD license (see LICENSE.txt). */ /* * Common for all inputs */ :root { --input-xpadding: 1em; } input, input::file-selector-button, button, select, textarea { /* Respect standard font settings */ font: inherit; /* Disable default rendering */ appearance: none; padding: 0.5em var(--input-xpadding); border: 1px solid var(--novnc-lightgrey); border-radius: 6px; } /* * Button activations */ /* A color overlay that depends on the activation level. The level can then be set for different states on an element, for example hover and click on a