Skip to content

Commit

Permalink
Minor: Remove TK2 0.12.* fixes, additional fix for TK2 0.13.*
Browse files Browse the repository at this point in the history
* Tag #52
* Cater to Tab Kit 2's incorrect tab bar edge label.
  - TK2 0.13.*'s label for left and right edges are switched.
  - Meaning left edge is the right edge and vice versa
  - TK2 0.12.* and below are unaffected and have the correct label.
* This was the main issue why I can't get to finish this bug. I just figured this whole thing out today...
  • Loading branch information
fofajardo committed Dec 1, 2018
1 parent d805df2 commit 6d09c05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 65 deletions.
4 changes: 2 additions & 2 deletions chrome.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ manifest locales.manifest

overlay chrome://browser/content/browser.xul chrome://aios/content/aios.xul
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios.css
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_fixes.css

style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_theme_generic.css
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_theme.css os=WINNT
Expand Down Expand Up @@ -49,10 +50,10 @@ overlay chrome://console2/content/console2.xul chrome://

style chrome://aios/content/about.xul chrome://aios/skin/css/prefs.css

# For Pale Moon
style about:addons chrome://aios/skin/css/addons.css application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
overlay chrome://browser/content/web-panels.xul chrome://aios/content/multipanel_fixes.xul application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
override chrome://browser/content/downloads/indicatorOverlay.xul chrome://aios/content/indicatorOverlay.xul application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_fixes.css application={8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}

# For browsers using Australis
overlay chrome://browser/content/browser.xul chrome://aios/content/australis/aios.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
Expand All @@ -61,4 +62,3 @@ override chrome://browser/content/downloads/indicatorOverlay.xul chrome://
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_buttons_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
style about:addons chrome://aios/skin/css/addons_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
style chrome://browser/content/web-panels.xul chrome://aios/skin/css/multipanel_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_fixes_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
4 changes: 2 additions & 2 deletions skin/css/aios_fixes.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

/* Improperly positioned Tabs Toolbar and Splitter */
#browser #TabsToolbar {
-moz-box-ordinal-group: 51 !important;
-moz-box-ordinal-group: 6 !important;
}
#browser #tabkit-splitter {
-moz-box-ordinal-group: 50 !important;
-moz-box-ordinal-group: 7 !important;
}

/* Orientation: Right Side */
Expand Down
61 changes: 0 additions & 61 deletions skin/css/aios_fixes_australis.css

This file was deleted.

1 comment on commit 6d09c05

@fofajardo
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tag #56.
Placed the wrong issue number.

Please sign in to comment.