jocly
Version:
Board games 3D/2D UI and AI web library
39 lines (28 loc) • 521 B
CSS
.cell {
}
.cell-black {
background-color: rgba(0,0,0,0.2);
}
.cell-white {
background-color: rgba(255,255,255,0.2);
}
.cell-exclude {
background-color: rgba(0,0,0,.5);
}
.cell-home {
background-color: rgba(255,255,255,.5);
}
.cell.cell-select {
background-image: url(res/images/selectcell2.png);
background-size: contain;
}
.cell.cell-cancel {
background-image: url(res/images/unselectcell.png);
background-size: contain;
}
.notation {
background-color: transparent;
font-weight: bold;
}
.clicker {
}