diff --git a/index.html b/index.html
index fdaa77ff..62182c53 100644
--- a/index.html
+++ b/index.html
@@ -44,47 +44,47 @@
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
![]()
-
+
diff --git a/libs/control.js b/libs/control.js
index 678b820a..dacb11d5 100644
--- a/libs/control.js
+++ b/libs/control.js
@@ -3020,10 +3020,14 @@ control.prototype.resize = function(clientWidth, clientHeight) {
},
{
className: 'statusLabels',
- noid: 'hard',
rules:{
marginLeft: margin + unit,
- lineHeight: statusLabelsLH + unit,
+ lineHeight: statusLabelsLH + unit
+ }
+ },
+ {
+ className: 'statusTexts',
+ rules: {
color: main.statusBarColor||"white"
}
},
diff --git a/main.js b/main.js
index ad0c7ff2..d411900b 100644
--- a/main.js
+++ b/main.js
@@ -50,6 +50,7 @@ function main() {
'levelChooseButtons': document.getElementById('levelChooseButtons'),
'data': document.getElementById('data'),
'statusLabels': document.getElementsByClassName('statusLabel'),
+ 'statusTexts': document.getElementsByClassName('statusText'),
'floorCol': document.getElementById('floorCol'),
'nameCol': document.getElementById('nameCol'),
'lvCol': document.getElementById('lvCol'),