jocly
Version:
Board games 3D/2D UI and AI web library
33 lines (24 loc) • 528 B
CSS
.classic-cell {
}
.classic-cell-black {
}
.classic-cell-white {
}
.cb-cell-select {
background-image: url(res/images/select-target-2d-cancel-black.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.cb-cell-cancel {
background-image: url(res/images/select-target-2d-cancel.png);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
.classic-notation {
background-color: transparent;
font-weight: bold;
}
.cb-clicker {
}