diff options
| author | CoreChg <corechg@gmail.com> | 2018-09-22 20:18:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-09-22 20:18:36 -0400 |
| commit | bde14e7f291da5fc8a096ffd497509a582378233 (patch) | |
| tree | 4ef81bf0512ac258911506e6b448e8f7256cc470 | |
| parent | 2eefd5dab8b9252afe7ddaccf2af33b70e353cfc (diff) | |
Update mines.css
| -rw-r--r-- | mines.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -106,7 +106,7 @@ td{ transition-duration: 0.2s;
- cursor: default;
+ cursor: pointer;
}
td.wt:hover{
@@ -178,4 +178,4 @@ button#circle.loading:hover{ padding: 15px;
margin-top: 20px
}
-}
\ No newline at end of file +}
|