Show window global notificationbox in same order as tab modal

This commit is contained in:
MrOtherGuy
2022-03-27 15:31:59 +03:00
parent d7f813e96b
commit ea17cb7f1f
6 changed files with 22 additions and 5 deletions

View File

@@ -36,8 +36,14 @@ See the above repository for updates as well as full license text. */
:root{ border-top-width: 0px !important }
#main-window > body > box,
#navigator-toolbox{ -moz-box-ordinal-group: 2; border-bottom: 0px !important }
#navigator-toolbox{
-moz-box-ordinal-group: 2;
border-bottom: 0px !important;
}
/* Re-order window and tab notification boxes */
#navigator-toolbox > div{ display: contents }
.global-notificationbox,
#tab-notification-deck{ -moz-box-ordinal-group: 0 }
#titlebar{-moz-appearance: none !important; } /* Try setting to "-moz-window-titlebar" if you face issues */