From 231cf21978f84e9c0649439d02e87f74d8812e7b Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 20 Jun 2012 21:34:36 +0200 Subject: [PATCH] fix dark clock --- public/stylesheets/dark.css | 10 ++++++++++ todo | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/public/stylesheets/dark.css b/public/stylesheets/dark.css index edce4367e6..e46ec17195 100644 --- a/public/stylesheets/dark.css +++ b/public/stylesheets/dark.css @@ -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, diff --git a/todo b/todo index 956f4750d2..1902e5cfab 100644 --- a/todo +++ b/todo @@ -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 -----------