]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
CSS: Make text/number inputs 100% wide, too
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 9 Apr 2024 16:25:11 +0000 (18:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Jun 2025 19:46:24 +0000 (19:46 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index 01618449f971a9ea708291709d8efc9c2165476a..0e42f25f313ea89b8bb4544c7514e7c57834c175 100644 (file)
@@ -106,7 +106,7 @@ h6 {
        font-size: 1em;
 }
 
-select, textarea {
+select, textarea, input[type=text], input[type=number] {
        width: 100%;
 }