forked from ddrilling/asb_cloud_front
13 lines
171 B
CSS
13 lines
171 B
CSS
|
|
||
|
.telemetry_select {
|
||
|
min-width: 300px !important;
|
||
|
}
|
||
|
|
||
|
.telemetry_select .telemetry_used {
|
||
|
color: black;
|
||
|
}
|
||
|
|
||
|
.telemetry_select .telemetry_unused {
|
||
|
color: gray;
|
||
|
}
|