r1449 vs r1451
11
2
3
4
5
6
72
{{{#!style
83
.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}
94
......
116
127
.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}
138
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}
1510
1611
.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}
1712
18
.mine-red {width:30px;height:30px;text-align:center;background:#f00;color:#000;font-weight:bold;cursor:default}
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}
1914
2015
.mine-trans {width:30px;height:30px;background:transparent;cursor:default}
2116
......