@@ -51,13 +51,20 @@
}
> div:nth-child(2) {
- background: $msp-form-control-background;
position: absolute;
left: $control-label-width + $control-spacing;
top: 0;
right: 0;
bottom: 0;
+
+ > div {
+ background: $msp-form-control-background;
+ }
+ > .msp-select-row {
+ background: $default-background;
.msp-control-label-short {
@@ -56,6 +56,7 @@
flex-direction:row;
height: $row-height;
width: inherit;
> select, > button {
margin: 0;
@@ -64,18 +65,19 @@
text-align-last: center;
- background: none;
padding: 0 $control-spacing;
overflow: hidden;
> select {
+ background: none;
> option[value = _] {
display: none;
- > select:last-child {
+ > select:last-child, > button:last-child {
margin-right: 0;