mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 07:53:10 +02:00
Add ZoneCoefficients for Attenuation Coef.
Add ZoneCoefficients component for Attenuation Coef.
This commit is contained in:
parent
b6fbd63dd5
commit
fbc23951fc
1 changed files with 47 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue