2021-11-06 02:25:37 +00:00
|
|
|
|
|
|
|
|
|
|
|
.fragList {
|
|
|
|
border: 1px solid LightSteelBlue;
|
2021-12-28 01:33:45 +00:00
|
|
|
width: 1000px;
|
2021-11-14 18:11:11 +00:00
|
|
|
height: 450px;
|
2021-11-06 02:25:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.fragList label {
|
|
|
|
width: 50px;
|
|
|
|
background-color: LightBlue;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fragList .uiNumbDisp {
|
|
|
|
width: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fragPanel {
|
|
|
|
border: 1px solid LightSteelBlue;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
2022-08-27 20:12:35 +00:00
|
|
|
.fragPanelRow {
|
|
|
|
padding-right: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
2021-11-06 02:25:37 +00:00
|
|
|
.fragPresetCtl {
|
|
|
|
width: 50px;
|
|
|
|
}
|
|
|
|
|
2022-05-21 16:36:00 +00:00
|
|
|
.fragPresetCtl:nth-of-type(even){
|
|
|
|
border: 1px solid Yellow;
|
|
|
|
}
|
|
|
|
|
2021-11-06 02:25:37 +00:00
|
|
|
.fragPresetCtl .uiNumber {
|
|
|
|
border: 1px solid LightSteelBlue;
|
|
|
|
width: 80%;
|
|
|
|
}
|
|
|
|
|
2023-12-03 16:26:30 +00:00
|
|
|
.fragPresetCtl .uiString {
|
|
|
|
border: 1px solid LightSteelBlue;
|
|
|
|
width: 80%;
|
2021-11-14 18:11:11 +00:00
|
|
|
}
|
|
|
|
|
2021-12-28 01:33:45 +00:00
|
|
|
.fragNote {
|
|
|
|
width: 575px;
|
|
|
|
}
|
|
|
|
|
2021-11-14 18:11:11 +00:00
|
|
|
.uiRow {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
2023-12-03 16:26:30 +00:00
|
|
|
|
|
|
|
.velTunerPanel {
|
|
|
|
border: 1px solid black;
|
|
|
|
}
|