remove old Fx <112 compatibility rules

This commit is contained in:
MrOtherGuy
2023-09-07 20:20:40 +03:00
parent ed5a677a15
commit 13e1340e9a
21 changed files with 0 additions and 48 deletions

View File

@@ -34,7 +34,6 @@ have menubar permanently enabled and want it on top
.titlebar-buttonbox-container > .titlebar-buttonbox{ height: 100%; }
#titlebar{
-moz-box-ordinal-group: 2; /* Fx <112 compatibility */
order: 2;
-moz-appearance: none !important;
--tabs-navbar-shadow-size: 0px;
@@ -44,7 +43,6 @@ have menubar permanently enabled and want it on top
#navigator-toolbox > div{ display: contents }
.global-notificationbox,
#tab-notification-deck{
-moz-box-ordinal-group: 2; /* Fx <112 compatibility */
order: 2;
}
@@ -54,7 +52,6 @@ have menubar permanently enabled and want it on top
@media (-moz-gtk-csd-close-button){
.titlebar-button{
-moz-box-orient: vertical; /* Fx <112 compatibility */
flex-direction: column;
}
}
@@ -76,7 +73,6 @@ toolbox#navigator-toolbox > toolbar#nav-bar.browser-toolbar{ animation: none; }
/* Uncomment the following if you want bookmarks toolbar to be below tabs */
/*
#PersonalToolbar{
-moz-box-ordinal-group: 2;
order: 2;
}
*/