File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 2828tbody # pgn-moves {
2929 font-family : 'chesspirate' , sans-serif;
3030}
31-
31+
32+
33+ /* Overflow moves tables */
34+ .card-body # game-moves {
35+ overflow-y : scroll;
36+ max-height : 460px ;
37+ }
38+
39+ tbody tr td : hover {
40+ background-color : # 20a4f3 ;
41+ cursor : pointer;
42+ }
43+
44+
Original file line number Diff line number Diff line change 7474 < div class ="card-header ">
7575 < span > Moves</ span >
7676 </ div >
77- < div class ="card-body ">
77+ < div class ="card-body " id =" game-moves " >
7878 < table class ="table table-striped table-sm table-dark table-hover ">
7979 < thead >
8080 < tr >
8181 < th scope ="col "> #</ th >
82- < th scope ="col "> White</ th >
82+ < th scope ="col " class =" active " > White</ th >
8383 < th scope ="col "> Black</ th >
8484 </ tr >
8585 </ thead >
You can’t perform that action at this time.
0 commit comments