]> 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>
Tue, 9 Apr 2024 16:25:11 +0000 (18:25 +0200)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
html/html/themes/ipfire/include/css/style.css

index c66d2663666427a756ae8b1ff84643c5be0f2c57..c373a941139781548b33de8c12218c7350f0b80e 100644 (file)
@@ -99,7 +99,7 @@ h1, h2, h3, h4, h5, h6 {
        text-align: left;
 }
 
-select, textarea {
+select, textarea, input[type=text], input[type=number] {
        width: 100%;
 }