reverse all piece images when board is reversed, not just knights

This commit is contained in:
Jesse D. McDonald 2020-03-29 16:13:20 -05:00
parent eb25bb31d2
commit 1f0442cadb
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ img.cb-lt-piece.cb-knight { content: url(../svg/Chess_nlt45.svg); }
img.cb-lt-piece.cb-bishop { content: url(../svg/Chess_blt45.svg); }
img.cb-lt-piece.cb-pawn { content: url(../svg/Chess_plt45.svg); }
#cb_board.cb-reversed img.cb-knight {
#cb_board.cb-reversed img {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}