fix dark clock

This commit is contained in:
Thibault Duplessis 2012-06-20 21:34:36 +02:00
parent 081817a0cd
commit 231cf21978
2 changed files with 10 additions and 1 deletions

View file

@ -218,6 +218,16 @@ body.dark div.lmcs.black {
background: #8a8a8a;
}
body.dark div.lichess_table_wrap div.clock.running {
background: #fff077;
background: #505a60;
color: #fff;
}
body.dark div.lichess_table_wrap div.clock.outoftime {
background-color: #a00000;
color: #d0d0d0;
}
/* soft inactive gradient */
body.dark #top,
body.dark div.lichess_chat_top,

1
todo
View file

@ -24,7 +24,6 @@ user win chart: split in timeout/mate/...
style sound toggle
dark active clock bg
show lobby chat to anon (and rated games?)
captcha with less than 100 games
next deploy
-----------