Layout changes

This commit is contained in:
2020-04-07 11:11:30 -05:00
parent 4aa4fa48f3
commit 03eb03344d
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@
margin: 0;
padding: 2px;
border-radius: var(--border_radius);
background: rgba(160, 160, 160, 0.1);
background: var(--control_background);
border: none;
color: var(--text_color);
box-sizing: border-box;

View File

@@ -13,7 +13,7 @@ input.PasswordInput {
margin-right: var(--default_spacing);
padding: 2px;
border-radius: var(--border_radius);
background: rgba(160, 160, 160, 0.1);
background: var(--control_background);
border: none;
box-shadow: none;
outline: none;