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:
Alezia Kurdis 2020-08-08 00:07:33 -04:00 committed by GitHub
parent c31ccc7a78
commit 797d18d59d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;