diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index 97d8fe4729..cffca523d7 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -1035,9 +1035,9 @@
Position
-
X
-
Y
-
Z
+
X
+
Y
+
Z
@@ -1048,18 +1048,18 @@
Registration
-
X
-
Y
-
Z
+
X
+
Y
+
Z
Dimensions
-
X
-
Y
-
Z
+
X
+
Y
+
Z
@@ -1123,9 +1123,9 @@
Linear Velocity
-
X
-
Y
-
Z
+
X
+
Y
+
Z
@@ -1164,18 +1164,18 @@
Gravity
-
X
-
Y
-
Z
+
X
+
Y
+
Z
Acceleration
-
X
-
Y
-
Z
+
X
+
Y
+
Z
diff --git a/examples/html/style.css b/examples/html/style.css index 3614ea821b..5b794cbfec 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -75,6 +75,7 @@ body { height: 22.5pt; } + .property-section label { font-weight: bold; } @@ -342,3 +343,21 @@ input#property-name { margin: 5px; border: 1px solid white; } + +.prop-x { + color:red !important; + background: rgba(255, 0, 0, .9); + height:2px !important; +} + +.prop-y { + color:green !important; + background: rgba(0, 255, 0, .9); + height:2px !important; +} + +.prop-z{ + color:blue !important; + background: rgba(0, 0, 255, .9); + height:2px !important; +}