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; 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 */ /* soft inactive gradient */
body.dark #top, body.dark #top,
body.dark div.lichess_chat_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 style sound toggle
dark active clock bg dark active clock bg
show lobby chat to anon (and rated games?) show lobby chat to anon (and rated games?)
captcha with less than 100 games
next deploy next deploy
----------- -----------