make board outside coords more readable

This commit is contained in:
Thibault Duplessis 2015-02-09 22:33:54 +01:00
parent 17840662c1
commit cf74836193
2 changed files with 2 additions and 6 deletions

View file

@ -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 {

View file

@ -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 {