Skip to content

Commit

Permalink
Minor: Add support for Vertical Tabs Reloaded
Browse files Browse the repository at this point in the history
  • Loading branch information
fofajardo committed Dec 1, 2018
1 parent a412f1d commit 12c438c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion skin/css/aios_fixes.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/*** Fixes for extensions using the direction hack ***/

/** Tab Kit 2 **/
/** Tab Kit 2 and Vertical Tabs Reloaded **/

/* Improperly positioned Tabs Toolbar and Splitter */
#browser:not([dir="reverse"]) #verticaltabs-box,
#browser #TabsToolbar {
-moz-box-ordinal-group: 6 !important;
}
#browser:not([dir="reverse"]) #verticaltabs-splitter,
#browser #tabkit-splitter {
-moz-box-ordinal-group: 7 !important;
}
Expand Down

0 comments on commit 12c438c

Please sign in to comment.