Added basic functionality to server selection UI.

The server list is now dynamically generated based on the servers listed in the distribution index. Also, moved to event.key for key bindings as event.keyCode is deprecated.
This commit is contained in:
Daniel Scalzi
2018-04-27 00:04:09 -04:00
parent ae3c8854f4
commit 009a1b58af
6 changed files with 102 additions and 63 deletions

View File

@@ -1562,7 +1562,7 @@ p {
margin: 0px 10px 0px 5px;
border: 1px solid #fff;
height: 50px;
width: auto;
width: 50px;
}
/* Content container for the server listing's details. */
@@ -1657,7 +1657,7 @@ p {
border-style: solid;
border-color: transparent rgba(0, 0, 0, 0.40) transparent transparent;
}
#serverListingStarWrapper:hover .serverListingStarTooltip {
.serverListingStarWrapper:hover .serverListingStarTooltip {
visibility: visible;
opacity: 1;
transition-delay:0s;