From 2d8836ec6f9a63731e3de4f5a1f0a5452290c826 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Wed, 3 Feb 2016 15:39:58 +0700 Subject: [PATCH] challenges dark theme --- public/stylesheets/challengeApp.css | 1 + public/stylesheets/dark.css | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/challengeApp.css b/public/stylesheets/challengeApp.css index 151517f504..b1b4a1f9d2 100644 --- a/public/stylesheets/challengeApp.css +++ b/public/stylesheets/challengeApp.css @@ -4,6 +4,7 @@ left: -95px; background: transparent!important; box-shadow: none!important; + border: 0!important; } #challenge_app .challenge { padding: 10px 10px; diff --git a/public/stylesheets/dark.css b/public/stylesheets/dark.css index d1c663c7b0..6d963be80d 100644 --- a/public/stylesheets/dark.css +++ b/public/stylesheets/dark.css @@ -151,7 +151,7 @@ body.dark div.training div.box, body.dark div.force_resign_zone, body.dark div.negotiation, body.dark div.side_box .game_infos, -body.dark #challenge_app div.notification, +body.dark #challenge_app div.challenge, body.dark #message_notifications div.notification, body.dark #video .content_box_top, body.dark #simul .half, @@ -188,7 +188,7 @@ body.dark #opening .meter .step, body.dark #hooks_wrap div.tabs a, body.dark #top div.auth .links a:hover, body.dark #top .language_links button:hover, -body.dark #challenge_app > div.notification:hover, +body.dark #challenge_app > div.challenge:hover, body.dark #message_notifications div.notification:hover { background-color: #3e3e3e; color: #b0b0b0; @@ -269,6 +269,7 @@ body.dark .lichess_ground .ceval_box pearl, body.dark .lichess_ground .analyse .meta, body.dark .lichess_ground .replay move:not(.empty):hover, body.dark #top .dropdown, +body.dark #challenge_app div.challenge, body.dark #top .shown a.toggle, body.dark div.analysis_menu > a, body.dark div.lichess_overboard,