chess/src/main/webapp/pages/css/chess.css
branchchess
changeset 26 b675be28fc49
parent 25 b20104a99a6b
child 34 1ebd52ae8ccb
     1.1 --- a/chess/src/main/webapp/pages/css/chess.css	Thu Jul 25 16:21:25 2013 +0200
     1.2 +++ b/chess/src/main/webapp/pages/css/chess.css	Thu Jul 25 17:14:55 2013 +0200
     1.3 @@ -52,6 +52,9 @@
     1.4  table.board td.black {
     1.5  	background-color:  	#B0B0B0;
     1.6  }
     1.7 +table.board td.selected {
     1.8 +	background-color:  	#B000B0;
     1.9 +}
    1.10  .figure {
    1.11  	cursor: pointer;
    1.12  }
    1.13 \ No newline at end of file