Improve table visuals.
This commit is contained in:
parent
2a4c4c4a42
commit
82f8c83b22
@ -4,10 +4,10 @@ main>table.list{
|
|||||||
}
|
}
|
||||||
main>table.list tr{
|
main>table.list tr{
|
||||||
height:2.5rem;
|
height:2.5rem;
|
||||||
background-color:#303030;
|
background-color:#242424;
|
||||||
}
|
}
|
||||||
main>table.list tr:nth-child(odd){
|
main>table.list tr:nth-child(odd){
|
||||||
background-color:#343434;
|
background-color:#262626;
|
||||||
}
|
}
|
||||||
main>table.list th{
|
main>table.list th{
|
||||||
width:1px;
|
width:1px;
|
||||||
@ -30,8 +30,9 @@ main>table.list td{
|
|||||||
text-align:center;
|
text-align:center;
|
||||||
|
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
background-color:inherit;
|
||||||
color:#f0f0f0;
|
color:#f0f0f0;
|
||||||
border-right: 1px solid #383838;
|
border-right: 1px solid #282828;
|
||||||
}
|
}
|
||||||
main>table.list td:last-child, main>table.list th:last-child{
|
main>table.list td:last-child, main>table.list th:last-child{
|
||||||
width:auto;
|
width:auto;
|
||||||
@ -39,6 +40,7 @@ main>table.list td:last-child, main>table.list th:last-child{
|
|||||||
text-align:left;
|
text-align:left;
|
||||||
}
|
}
|
||||||
main>table.list td:last-child{
|
main>table.list td:last-child{
|
||||||
|
background-color: #282828;
|
||||||
border:0;
|
border:0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -69,7 +71,7 @@ main>table.list td:last-child>button.highlight {
|
|||||||
background-color:#772d43;
|
background-color:#772d43;
|
||||||
}
|
}
|
||||||
main>table.list td:last-child>button:hover{
|
main>table.list td:last-child>button:hover{
|
||||||
background-color:#3c3c3c;
|
background-color:#303030;
|
||||||
}
|
}
|
||||||
|
|
||||||
main>article{
|
main>article{
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
let MAIN = null;
|
let MAIN = null;
|
||||||
let MENU = null;
|
let MENU = null;
|
||||||
let SCENE = null;
|
let SCENE = null;
|
||||||
let SCENE_FORWARD = null;
|
let SCENE_STACK = [ ];
|
||||||
|
|
||||||
let CONNECTED = false;
|
let CONNECTED = false;
|
||||||
let SOCKET = null;
|
let SOCKET = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user