Layout changes
This commit is contained in:
@@ -6,20 +6,7 @@
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.DropDownSelect {
|
||||
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 {
|
||||
.DropDownSelect, .DropDownSelect.Alt {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: block;
|
||||
@@ -30,6 +17,7 @@
|
||||
border: none;
|
||||
color: var(--text_color);
|
||||
box-sizing: border-box;
|
||||
outline: none !important;
|
||||
}
|
||||
|
||||
.DropDownSelect.Auto {
|
||||
|
||||
Reference in New Issue
Block a user