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