From ecf537e92ef30b82a5174edb57c3e541c5701651 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 2 Apr 2026 23:34:04 +0200 Subject: [PATCH] test.css: split select from textarea padding --- stylesheets/test.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/stylesheets/test.css b/stylesheets/test.css index 6835b23f..c83496dc 100644 --- a/stylesheets/test.css +++ b/stylesheets/test.css @@ -165,17 +165,15 @@ input[type="text"], textarea, select { background: #333333; color: #CCCCCC; border: #666666 1px solid; - padding-left: 5px; - padding-right: -5px; - margin-top: 5px; - margin-bottom: 5px; + margin-top: 5px; + margin-bottom: 5px; font-family: "LoveLetter" , sans-serif; font-size: 10pt; - -moz-border-radius: 20px; - -webkit-border-radius: 20px; - -khtml-border-radius: 20px; - border-radius: 20px; - text-align: center; + border-radius: 20px; + text-align: center; +} +select { + padding-left: 5px; } input[type="password"] { background: #333333;