mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
CSS adjustment for the new field type 'vec3rgb'
CSS has been adjusted for the new field type 'vec3rgb'. Part of the fix for issue #593.
This commit is contained in:
parent
c31ccc7a78
commit
797d18d59d
1 changed files with 4 additions and 4 deletions
|
@ -1688,17 +1688,17 @@ input.rename-entity {
|
|||
margin-left: 4px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.fstuple label.red, .fstuple label.x, .fstuple label.w {
|
||||
.fstuple label.red, .fstuple label.r, .fstuple label.x, .fstuple label.w {
|
||||
color: #C62147;
|
||||
}
|
||||
.fstuple label.green, .fstuple label.y, .fstuple label.h {
|
||||
.fstuple label.green, .fstuple label.g, .fstuple label.y, .fstuple label.h {
|
||||
color: #359D85;
|
||||
}
|
||||
.fstuple label.blue, .fstuple label.z {
|
||||
.fstuple label.blue, .fstuple label.b, .fstuple label.z {
|
||||
color: #0093C5;
|
||||
}
|
||||
|
||||
.xyz.fstuple, .pyr.fstuple {
|
||||
.xyz.fstuple, .pyr.fstuple, .vec3rgb.fstuple {
|
||||
position: relative;
|
||||
left: -12px;
|
||||
min-width: 50px;
|
||||
|
|
Loading…
Reference in a new issue