css/preset_sel.css : Add yellow highlight around each preset select control.

This commit is contained in:
kevin 2022-05-21 12:36:00 -04:00
parent f5ce96dcd2
commit cde45ebb85

View File

@ -25,6 +25,10 @@
width: 50px;
}
.fragPresetCtl:nth-of-type(even){
border: 1px solid Yellow;
}
.fragPresetCtl .uiNumber {
border: 1px solid LightSteelBlue;
width: 80%;