minesweeper/src/main/webapp/pages/mines.css
branchminesweeper
changeset 68 d41833895448
parent 65 8e31706fc5da
child 71 3e372ded7adc
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Fri Feb 07 15:40:56 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Fri Feb 07 17:22:58 2014 +0100
     1.3 @@ -48,9 +48,12 @@
     1.4      background-color: #D0D0D0;
     1.5      cursor: pointer;
     1.6  }
     1.7 -table.field td.MINE {
     1.8 +table.field td.EXPLOSION {
     1.9      background-color: #f1100c;
    1.10  }
    1.11 +table.field td.DISCOVERED {
    1.12 +    background-color: #100cf1;
    1.13 +}
    1.14  .but-orientation {
    1.15      margin-top:20px;
    1.16  }