minesweeper/src/main/webapp/pages/mines.css
branchminesweeper
changeset 65 8e31706fc5da
parent 63 56477205fdb5
child 68 d41833895448
     1.1 --- a/minesweeper/src/main/webapp/pages/mines.css	Fri Feb 07 14:47:07 2014 +0100
     1.2 +++ b/minesweeper/src/main/webapp/pages/mines.css	Fri Feb 07 15:40:56 2014 +0100
     1.3 @@ -44,15 +44,12 @@
     1.4      margin:10px;
     1.5  }
     1.6  
     1.7 -table.field td span.UNKNOWN {
     1.8 +table.field td.UNKNOWN {
     1.9      background-color: #D0D0D0;
    1.10      cursor: pointer;
    1.11  }
    1.12 -table.field td span.N_0 {
    1.13 -    background-color: #A0A0A0;
    1.14 -}
    1.15 -table.field td span.MINE {
    1.16 -    background-color: #bce8f1;
    1.17 +table.field td.MINE {
    1.18 +    background-color: #f1100c;
    1.19  }
    1.20  .but-orientation {
    1.21      margin-top:20px;