Give unofficial tournaments a grey color

Fixes #611

Screenshot: http://i.imgur.com/wcsy6yw.png
pull/612/head
ProgramFOX 2015-06-21 14:25:49 +02:00
parent 86078ad513
commit d709174e97
1 changed files with 5 additions and 0 deletions

View File

@ -447,8 +447,13 @@ div.blog.undertable div.post time {
}
#lichess .enterable_list td.name a {
font-weight: bold;
}
#lichess .enterable_list tr.scheduled td.name a {
color: #d59120;
}
#lichess .enterable_list tr:not(.scheduled) td.name a {
color: #808080;
}
#lichess .enterable_list td:last-child {
width: 20px;
}