This commit is contained in:
parent
b26a43ad3f
commit
cd96e97e09
|
@ -78,6 +78,9 @@ table {
|
|||
#window.modepaused>#arena>#roundmenu {
|
||||
opacity: 0.3;
|
||||
}
|
||||
#window.shortcutpaused>.modeshortcutpause {
|
||||
opacity: 0.3 !important;
|
||||
}
|
||||
#window.shortcutpaused.modepaused>.modenopause.popup-container:not(.filter-character) {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
|
|
@ -1007,6 +1007,7 @@ game.import('mode',function(lib,game,ui,get,ai,_status){
|
|||
dialog.classList.add('fixed');
|
||||
ui.window.appendChild(dialog);
|
||||
dialog.classList.add('bosscharacter');
|
||||
dialog.classList.add('modeshortcutpause');
|
||||
dialog.classList.add('withbg');
|
||||
// dialog.add('0/3');
|
||||
dialog.add([list.slice(0,20),'character']);
|
||||
|
|
Loading…
Reference in New Issue