Layout changes

This commit is contained in:
2020-04-06 22:54:06 -05:00
parent ca2a5b0fd0
commit 4aa4fa48f3
3 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ input.ConfigurationItemInput {
margin: 0;
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;
@@ -21,7 +21,7 @@ textarea.ConfigurationItemInput {
margin: 0;
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;