This commit is contained in:
parent
5c2616f4d0
commit
3acbbbadea
|
@ -13,6 +13,8 @@ window.noname_update={
|
||||||
'character/sp.js',
|
'character/sp.js',
|
||||||
'character/xianjian.js',
|
'character/xianjian.js',
|
||||||
'character/refresh.js',
|
'character/refresh.js',
|
||||||
|
'character/gujian.js',
|
||||||
|
'character/standard.js',
|
||||||
'card/swd.js',
|
'card/swd.js',
|
||||||
'card/guozhan.js',
|
'card/guozhan.js',
|
||||||
'card/yunchou.js',
|
'card/yunchou.js',
|
||||||
|
@ -20,6 +22,7 @@ window.noname_update={
|
||||||
'card/hearth.js',
|
'card/hearth.js',
|
||||||
'card/mingzhong.js',
|
'card/mingzhong.js',
|
||||||
'card/standard.js',
|
'card/standard.js',
|
||||||
|
'card/refresh.js',
|
||||||
'game/game.js',
|
'game/game.js',
|
||||||
'game/config.js',
|
'game/config.js',
|
||||||
'mode/stone.js',
|
'mode/stone.js',
|
||||||
|
|
|
@ -40,7 +40,7 @@ table{table-layout: fixed;}
|
||||||
transition: all 1s;
|
transition: all 1s;
|
||||||
}
|
}
|
||||||
#window.shortcutpaused>div:not(.background):not(#shortcut):not(#system):not(#arena):not(.hidden):not(.removing):not(.dialog):not(.centermenu):not(.popup-container){opacity: 0.3 !important}
|
#window.shortcutpaused>div:not(.background):not(#shortcut):not(#system):not(#arena):not(.hidden):not(.removing):not(.dialog):not(.centermenu):not(.popup-container){opacity: 0.3 !important}
|
||||||
#window.shortcutpaused>#arena>div:not(#timer):not(.removing):not(.hidden){opacity: 0.3 !important}
|
#window.shortcutpaused>#arena>div:not(#timer):not(.removing):not(.hidden):not(#autonode){opacity: 0.3 !important}
|
||||||
#window.noclick_important *{pointer-events: none !important;}
|
#window.noclick_important *{pointer-events: none !important;}
|
||||||
#window.noclick_important .noclick_click_important div{pointer-events: auto !important}
|
#window.noclick_important .noclick_click_important div{pointer-events: auto !important}
|
||||||
#shortcut{
|
#shortcut{
|
||||||
|
|
Loading…
Reference in New Issue