From 1c8fd870a8fae5b7cc46270d495f4ba1bfdb865a Mon Sep 17 00:00:00 2001 From: Izheil <33794458+Izheil@users.noreply.github.com> Date: Tue, 9 May 2023 23:38:34 +0200 Subject: [PATCH] Update installer files --- .../functions/Tabs-below-Menu-overTabs.as.css | 6 +++--- .../Multirow & other functions/functions/Tabs-below.as.css | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Installers/Multirow & other functions/functions/Tabs-below-Menu-overTabs.as.css b/Installers/Multirow & other functions/functions/Tabs-below-Menu-overTabs.as.css index 1f93394..09c7bb6 100644 --- a/Installers/Multirow & other functions/functions/Tabs-below-Menu-overTabs.as.css +++ b/Installers/Multirow & other functions/functions/Tabs-below-Menu-overTabs.as.css @@ -11,9 +11,9 @@ Explanation of what each rule affects: - #PersonalToolbar the ID for the bookmarks bar. - #titlebar should be affects the tabs bar and the menu bar (where file/tools menus are) */ -#nav-bar {-moz-box-ordinal-group: 1 !important} -#PersonalToolbar {-moz-box-ordinal-group: 2 !important} -#titlebar {-moz-box-ordinal-group: 3 !important} +#nav-bar {order: 1 !important} +#PersonalToolbar {order: 2 !important} +#titlebar {order: 3 !important} /* This makes sure that the min/max/close buttons are as big as the tab bar */ #TabsToolbar .titlebar-buttonbox .titlebar-button { diff --git a/Installers/Multirow & other functions/functions/Tabs-below.as.css b/Installers/Multirow & other functions/functions/Tabs-below.as.css index 47b87e1..a9e69e8 100644 --- a/Installers/Multirow & other functions/functions/Tabs-below.as.css +++ b/Installers/Multirow & other functions/functions/Tabs-below.as.css @@ -11,9 +11,9 @@ Explanation of what each rule affects: - #PersonalToolbar the ID for the bookmarks bar. - #titlebar should be affects the tabs bar and the menu bar (where file/tools menus are) */ -#nav-bar {-moz-box-ordinal-group: 1 !important} -#PersonalToolbar {-moz-box-ordinal-group: 2 !important} -#titlebar {-moz-box-ordinal-group: 3 !important} +#nav-bar {order: 1 !important} +#PersonalToolbar {order: 2 !important} +#titlebar {order: 3 !important} #toolbar-menubar .titlebar-buttonbox-container { display: block !important;