css/preset_sel.css : Add yellow highlight around each preset select control.
This commit is contained in:
parent
f5ce96dcd2
commit
cde45ebb85
@ -25,6 +25,10 @@
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.fragPresetCtl:nth-of-type(even){
|
||||
border: 1px solid Yellow;
|
||||
}
|
||||
|
||||
.fragPresetCtl .uiNumber {
|
||||
border: 1px solid LightSteelBlue;
|
||||
width: 80%;
|
||||
|
Loading…
Reference in New Issue
Block a user