|
@@ -51,13 +51,20 @@
|
|
}
|
|
}
|
|
|
|
|
|
> div:nth-child(2) {
|
|
> div:nth-child(2) {
|
|
- background: $msp-form-control-background;
|
|
|
|
position: absolute;
|
|
position: absolute;
|
|
left: $control-label-width + $control-spacing;
|
|
left: $control-label-width + $control-spacing;
|
|
top: 0;
|
|
top: 0;
|
|
right: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
bottom: 0;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ > div {
|
|
|
|
+ background: $msp-form-control-background;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ > .msp-select-row {
|
|
|
|
+ background: $default-background;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
.msp-control-label-short {
|
|
.msp-control-label-short {
|