1
Fork 0

Chessboard: change current-move highlighting.

master
vonavi 2014-04-17 23:40:32 +03:00
parent 573b57c051
commit f011f4eba0
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,10 @@
@bootstrap-less-path: "../../vendor/bootstrap/less/";
// Core variables and mixins
@import "@{bootstrap-less-path}variables.less";
@import "@{bootstrap-less-path}mixins.less";
/* Enable the scrolling of chess board up to the page top */
body, html { height: 100%; }
@ -58,7 +65,10 @@ body, html { height: 100%; }
span.move { width: 40px; }
a.move { width: 50px; }
}
.moveOn, .variationOn { background-color: #ccc; }
.moveOn, .variationOn {
color: #fff;
.bg-variant(@brand-primary);
}
/* Comment of a chess-game move */