| r1340 vs r1341 | ||
|---|---|---|
| ... | ... | |
| 11 | 11 | @theseed-dark-mode { |
| 12 | 12 | .mnt-trans {background: transparent; border: 1px solid} |
| 13 | 13 | .mnt-trans-click {background: #1a2b2d; border: 1px solid} |
| 14 | .mnt-click:active .mnt-trans {background:#39c5bb} | |
| 15 | .mnt-click:active .mnt-trans-click {background:#39c5bb} | |
| 14 | 16 | } |
| 15 | 17 | |
| 16 | 18 | .mnt-click {display:inline-block;vertical-align:top;margin-top:5px;height:30px} |
| 17 | 19 | .mnt-click:active {padding-top:8px} |
| 18 | .mnt-click:active .mnt-trans .mnt-trans-click {background:red} | |
| 20 | .mnt-click:active .mnt-trans {background:red} | |
| 21 | .mnt-click:active .mnt-trans-click {background:red} | |
| 19 | 22 | .mnt-hide {display:none} |
| 20 | 23 | |
| 21 | 24 | }}} |
| ... | ... |