Layout changes

This commit is contained in:
2020-04-07 11:33:23 -05:00
parent 03eb03344d
commit 474e27eda3

View File

@@ -6,20 +6,7 @@
padding: 0; padding: 0;
} }
.DropDownSelect { .DropDownSelect, .DropDownSelect.Alt {
width: 100%;
height: 100%;
display: block;
margin: 0;
padding: 2px;
border-radius: var(--border_radius);
background: var(--control_background);
border: none;
color: var(--text_color);
box-sizing: border-box;
}
.DropDownSelect.Alt {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: block; display: block;
@@ -30,6 +17,7 @@
border: none; border: none;
color: var(--text_color); color: var(--text_color);
box-sizing: border-box; box-sizing: border-box;
outline: none !important;
} }
.DropDownSelect.Auto { .DropDownSelect.Auto {