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

Commit

Permalink
Remove some deprecated things
Browse files Browse the repository at this point in the history
  • Loading branch information
Izheil committed May 9, 2023
1 parent 39a67fc commit 232a803
Show file tree
Hide file tree
Showing 112 changed files with 63 additions and 8,745 deletions.
6 changes: 3 additions & 3 deletions CSS tweaks/Tabs/Tabs-below-Menu-overTabs.as.css
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
6 changes: 3 additions & 3 deletions CSS tweaks/Tabs/Tabs-below.as.css
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

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 232a803

Please sign in to comment.