Player per world support @ client.

This commit is contained in:
FrozenCow 2011-02-22 14:49:03 +01:00
parent ca76b29fb9
commit ccf6f2ac49
3 changed files with 137 additions and 111 deletions

View file

@ -377,6 +377,10 @@ body {
border: 3px solid transparent;
}
.dynmap .playerlist .player.otherworld {
opacity: 0.5;
}
.dynmap .playerlist .player:hover {
background: rgba(64,64,64,0.6);
}