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

@@ -68,7 +68,7 @@ label.CheckBoxLabel .CheckBoxCheckMark:after {
top: 1px; top: 1px;
width: 5px; width: 5px;
height: 10px; height: 10px;
border: solid var(--heading_text_color); border: solid var(--heading_other_text_color);
border-width: 0 3px 3px 0; border-width: 0 3px 3px 0;
-webkit-transform: rotate(45deg); -webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg); -ms-transform: rotate(45deg);

View File

@@ -13,8 +13,8 @@
margin: 0; margin: 0;
padding: 2px; padding: 2px;
border-radius: var(--border_radius); border-radius: var(--border_radius);
background: rgba(10, 10, 20, 0.75); background: var(--control_background);
border-color: rgba(10, 10, 20, 0.9); border: none;
color: var(--text_color); color: var(--text_color);
box-sizing: border-box; box-sizing: border-box;
} }

View File

@@ -8,7 +8,7 @@ input.ConfigurationItemInput {
margin: 0; margin: 0;
padding: 2px; padding: 2px;
border-radius: var(--border_radius); border-radius: var(--border_radius);
background: rgba(160, 160, 160, 0.1); background: var(--control_background);
border: none; border: none;
box-shadow: none; box-shadow: none;
outline: none; outline: none;
@@ -21,7 +21,7 @@ textarea.ConfigurationItemInput {
margin: 0; margin: 0;
padding: 2px; padding: 2px;
border-radius: var(--border_radius); border-radius: var(--border_radius);
background: rgba(160, 160, 160, 0.1); background: var(--control_background);
border: none; border: none;
box-shadow: none; box-shadow: none;
outline: none; outline: none;