Merge pull request #165 from Fragger/at-player-name-click

Make any nickname class element clickable to fill @ nick in chat
This commit is contained in:
Jon Atkins
2013-04-21 07:19:01 -07:00
2 changed files with 11 additions and 3 deletions

View File

@ -68,6 +68,10 @@ body {
color: #fff;
}
.nickname {
cursor: pointer !important;
}
a {
color: #ffce00;
cursor: pointer;