Private
Public Access
1
0

add player names to UI

This commit is contained in:
2016-11-01 10:52:39 +01:00
parent a566ba8cf8
commit a4f9b603a2
7 changed files with 79 additions and 26 deletions

View File

@@ -177,14 +177,18 @@
#mine-wrapper .game-wrapper .users .user-container .user-name {
font-weight: normal;
text-align: center;
white-space: nowrap;
text-overflow: ellipsis;
padding: 3px 0;
margin: 0 5px;
overflow: hidden;
}
#mine-wrapper .game-wrapper .users .user-container.user-blue .user-name {
color: #0b3776;
border-top: 1px dashed #0b3776;
border-bottom: 1px dashed #0b3776;
color: #0b3776;
}
#mine-wrapper .game-wrapper .users .user-container.user-red .user-name {