| r1449 vs r1451 | ||
|---|---|---|
| 1 | 1 | |
| 2 | ||
| 3 | ||
| 4 | ||
| 5 | ||
| 6 | ||
| 7 | 2 | {{{#!style |
| 8 | 3 | .mine-safe {width:30px;height:30px;background:no-repeat linear-gradient(#fff, #fff)50% 50%/75% 75%, conic-gradient(from 45deg, #bbb 90deg, #999 0, #888 180deg, #ddd 0, #ddd 270deg, #fff 0);color:#000;font-weight:bold;cursor:pointer} |
| 9 | 4 | |
| ... | ... | |
| 11 | 6 | |
| 12 | 7 | .mine-mode {width:30px;height:30px;background:no-repeat linear-gradient(#fff, #fff)50% 50%/75% 75%, conic-gradient(from 45deg, #bbb 90deg, #999 0, #888 180deg, #ddd 0, #ddd 270deg, #fff 0);cursor:pointer} |
| 13 | 8 | |
| 14 | .mine-num {width:30px;height:30px;text-align:center;background:#fff;color:#000;font-weight:bold;cursor:default} | |
| 9 | .mine-num {width:30px;height:30px;text-align:center;background:no-repeat linear-gradient(#fff, #fff)50% 50%/calc(100% - 1px) calc(100% - 1px), linear-gradient(gray, gray);color:#000;font-weight:bold;cursor:default} | |
| 15 | 10 | |
| 16 | 11 | .mine-over {width:30px;height:30px;background:no-repeat linear-gradient(#fff, #fff)50% 50%/75% 75%, conic-gradient(from 45deg, #bbb 90deg, #999 0, #888 180deg, #ddd 0, #ddd 270deg, #fff 0);color:#000;font-weight:bold;cursor:pointer} |
| 17 | 12 | |
| 18 | .mine-red {width:30px;height:30px;text-align:center;background: | |
| 13 | .mine-red {width:30px;height:30px;text-align:center;background:no-repeat linear-gradient(red, red)50% 50%/calc(100% - 1px) calc(100% - 1px), linear-gradient(gray, gray);color:#000;font-weight:bold;cursor:default} | |
| 19 | 14 | |
| 20 | 15 | .mine-trans {width:30px;height:30px;background:transparent;cursor:default} |
| 21 | 16 | |
| ... | ... |