diff --git a/editor-mobile.html b/editor-mobile.html index 38c0fb7f..161e7897 100644 --- a/editor-mobile.html +++ b/editor-mobile.html @@ -337,47 +337,47 @@
-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

diff --git a/editor.html b/editor.html index 5b8600b0..cce7d36c 100644 --- a/editor.html +++ b/editor.html @@ -323,47 +323,47 @@
-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

-

+

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'),