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

@@ -50,6 +50,9 @@ linux_gtk_window_control_patch.css
-moz-appearance: none !important;
--tabs-navbar-shadow-size: 0px;
}
/* Re-order window and tab notification boxes */
#navigator-toolbox > div{ display: contents }
.global-notificationbox,
#tab-notification-deck{ -moz-box-ordinal-group: 2 }
#TabsToolbar .titlebar-spacer{ display: none; }