From b4286ced648c800f9bad50db684bd9098c482bcb Mon Sep 17 00:00:00 2001 From: Bartek <118764028+barteqcz@users.noreply.github.com> Date: Sun, 19 Jan 2025 15:25:40 +0100 Subject: [PATCH] Update buttons.css --- web/css/buttons.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/css/buttons.css b/web/css/buttons.css index 9948f05..efc5761 100644 --- a/web/css/buttons.css +++ b/web/css/buttons.css @@ -86,10 +86,6 @@ input[type="text"], textarea, input[type="password"] { caret-color: var(--color-4); } -input[type="password"]:not(.setup-wrapper input[type="password"]) { - border-radius: 15px 0 0 15px; -} - #tune-buttons input[type="text"] { width: 50%; height: 48px; @@ -341,4 +337,4 @@ select:hover { #tune-buttons input[type="text"] { background-color: var(--color-1-transparent); } -} \ No newline at end of file +}