From cf74836193ddc58b7f698311c0085d4575afd121 Mon Sep 17 00:00:00 2001 From: Thibault Duplessis Date: Mon, 9 Feb 2015 22:33:54 +0100 Subject: [PATCH] make board outside coords more readable --- public/stylesheets/chessground.css | 6 ++---- public/stylesheets/dark.css | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/public/stylesheets/chessground.css b/public/stylesheets/chessground.css index 570a7126c0..6ee1320096 100644 --- a/public/stylesheets/chessground.css +++ b/public/stylesheets/chessground.css @@ -68,18 +68,16 @@ body.coords_1 .cg-square[data-coord-y]::before { text-shadow: 0 1px 2px #000; } body.coords_2 .cg-square[data-coord-x]::after { - bottom: -11px; + bottom: -12px; left: calc(50% - 3.5px); - color: #bbb; font-weight: bold; } body.coords_2 .is3d .cg-square[data-coord-x]::after { bottom: calc(-10px - 22%); } body.coords_2 .cg-square[data-coord-y]::before { - right: -8px; + right: -9px; top: calc(50% - 7px); - color: #bbb; font-weight: bold; } body.highlight .manipulable .cg-square.drag-over { diff --git a/public/stylesheets/dark.css b/public/stylesheets/dark.css index f0be8e4e84..9ea194a6dd 100644 --- a/public/stylesheets/dark.css +++ b/public/stylesheets/dark.css @@ -178,8 +178,6 @@ body.dark div.undertable a.user_link, body.dark #tv_history a.user_link, body.dark #timeline a.user_link, body.dark #team .forum a.user_link, -body.dark.coords_2 .cg-square[data-coord-x]::after, -body.dark.coords_2 .cg-square[data-coord-y]::before, body.dark div.user_show div.content_box_top > span, body.dark span.progress > .zero, body.dark div.undertable_top span.title {