Improve table visuals.

This commit is contained in:
yukirij 2024-08-29 21:47:10 -07:00
parent 2a4c4c4a42
commit 82f8c83b22
2 changed files with 7 additions and 5 deletions

View File

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

View File

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