Skip to content

Commit 6d09c05

Browse files
committed
Minor: Remove TK2 0.12.* fixes, additional fix for TK2 0.13.*
* 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...
1 parent d805df2 commit 6d09c05

3 files changed

Lines changed: 4 additions & 65 deletions

File tree

chrome.manifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ manifest locales.manifest
55

66
overlay chrome://browser/content/browser.xul chrome://aios/content/aios.xul
77
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios.css
8+
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_fixes.css
89

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

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

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

5758
# For browsers using Australis
5859
overlay chrome://browser/content/browser.xul chrome://aios/content/australis/aios.xul application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
@@ -61,4 +62,3 @@ override chrome://browser/content/downloads/indicatorOverlay.xul chrome://
6162
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_buttons_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
6263
style about:addons chrome://aios/skin/css/addons_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
6364
style chrome://browser/content/web-panels.xul chrome://aios/skin/css/multipanel_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}
64-
style chrome://browser/content/browser.xul chrome://aios/skin/css/aios_fixes_australis.css application={ec8030f7-c20a-464f-9b0e-13a3a9e97384}

skin/css/aios_fixes.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
/* Improperly positioned Tabs Toolbar and Splitter */
66
#browser #TabsToolbar {
7-
-moz-box-ordinal-group: 51 !important;
7+
-moz-box-ordinal-group: 6 !important;
88
}
99
#browser #tabkit-splitter {
10-
-moz-box-ordinal-group: 50 !important;
10+
-moz-box-ordinal-group: 7 !important;
1111
}
1212

1313
/* Orientation: Right Side */

skin/css/aios_fixes_australis.css

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)