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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user