Change cursor to pointer on any nickname class element

This commit is contained in:
Kevin 2013-04-14 19:42:05 -07:00
parent eb7d021449
commit e4d3c0d9f0

View File

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