From 0bd7c0cc1a6b574abd4a4233a12703cb39b3c1c2 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Wed, 26 Nov 2025 20:06:45 -0500 Subject: [PATCH] Update samy.css --- samy.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/samy.css b/samy.css index b99d8bb..d0a3c86 100644 --- a/samy.css +++ b/samy.css @@ -1,4 +1,3 @@ - :root { /* Cool Palette */ --background-color: rgba(18, 18, 18, 1); @@ -195,7 +194,11 @@ body { /* Inputs / buttons in password & dropdown areas */ #PasswordContainer, #dattoRmmContainer { - margin-top: 1em; + margin: 16px 0; + padding: 10px 12px; + border-radius: 8px; + background-color: var(--dark-gray-color); + border: 1px solid var(--border-color); } #PasswordContainer input,