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,