Skip to content
This repository has been archived by the owner on Dec 7, 2024. It is now read-only.

Commit

Permalink
Update installer files
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed May 9, 2023
1 parent 232a803 commit 1c8fd87
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c8fd87

Please sign in to comment.