From 6adfb3646b3acf828f2396820f02a4e4a56bc130 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 2 Apr 2026 23:34:37 +0200 Subject: [PATCH] fauux.css: split select from textarea padding --- stylesheets/fauux.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stylesheets/fauux.css b/stylesheets/fauux.css index ed3b727a..7b2ea72c 100644 --- a/stylesheets/fauux.css +++ b/stylesheets/fauux.css @@ -127,12 +127,13 @@ input[type="text"], textarea, select { background: #00080C; color: #CCCCCC; border: #d2738a 1px solid; - padding-left: 5px; - padding-right: -5px; font-family: monospace; font-size: 10pt; /*border-radius: 5px;*/ } +select { + padding-left: 5px; +} input[type="password"] { background: #00080C; color: #CCCCCC;