Add ZoneCoefficients for Attenuation Coef.

Add ZoneCoefficients component for Attenuation Coef.
This commit is contained in:
Alezia Kurdis 2025-06-14 15:10:41 -04:00 committed by GitHub
parent b6fbd63dd5
commit fbc23951fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2292,3 +2292,50 @@ font.viewParentIcon {
font-weight: bold;
}
div.zonesCoefficientContainer {
width: 100%;
border: 2px solid #777777;
padding: 1px;
background: #333333;
}
div.zonesCoefficientWarning {
width: 100%;
border: 2px solid #FF0000;
border-radius: 5px;
background: #FFFF00;
color: #000000;
padding: 5px;
text-align: center;
}
div.zonesCoefficientLine {
width: 99%;
padding: 2px;
}
div.zonesCoefficientDarkLine {
background: #222222;
}
span.zonesCoefficientCoef {
width: 20%;
}
span.zonesCoefficientZone {
width: 80%;
padding-left: 4px;
}
div.zonesCoefficientReadOnly {
width: 70px;
display: inline-block;
height: 20px;
padding: 3px 3px 3px 8px;
}
input[type="number"].zonesCoefficient {
width: 80px;
background: #111111;
}