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

View File

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

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;