diff --git a/www/css/ui.css b/www/css/ui.css index d692715..b7301ce 100644 --- a/www/css/ui.css +++ b/www/css/ui.css @@ -4,10 +4,10 @@ main>table.list{ } main>table.list tr{ height:2.5rem; - background-color:#303030; + background-color:#242424; } main>table.list tr:nth-child(odd){ - background-color:#343434; + background-color:#262626; } main>table.list th{ width:1px; @@ -30,8 +30,9 @@ main>table.list td{ text-align:center; white-space:nowrap; + background-color:inherit; color:#f0f0f0; - border-right: 1px solid #383838; + border-right: 1px solid #282828; } main>table.list td:last-child, main>table.list th:last-child{ width:auto; @@ -39,6 +40,7 @@ main>table.list td:last-child, main>table.list th:last-child{ text-align:left; } main>table.list td:last-child{ + background-color: #282828; border:0; } @@ -69,7 +71,7 @@ main>table.list td:last-child>button.highlight { background-color:#772d43; } main>table.list td:last-child>button:hover{ - background-color:#3c3c3c; + background-color:#303030; } main>article{ diff --git a/www/js/const.js b/www/js/const.js index d853f18..a36da11 100644 --- a/www/js/const.js +++ b/www/js/const.js @@ -1,7 +1,7 @@ let MAIN = null; let MENU = null; let SCENE = null; -let SCENE_FORWARD = null; +let SCENE_STACK = [ ]; let CONNECTED = false; let SOCKET = null;