use elegant proseccing on base-color.css. thus not have to change load css place
This commit is contained in:
parent
381e371657
commit
09ed91797c
@ -3,6 +3,15 @@
|
|||||||
<?xml-stylesheet href="treestyletab.css" type="text/css"?>
|
<?xml-stylesheet href="treestyletab.css" type="text/css"?>
|
||||||
<?xml-stylesheet href="treestyletab-tmp.css" type="text/css"?><!-- hacks for Tab Mix Plus -->
|
<?xml-stylesheet href="treestyletab-tmp.css" type="text/css"?><!-- hacks for Tab Mix Plus -->
|
||||||
|
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/base-colors.css" type="text/css"?>
|
||||||
|
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/base.css" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/twisty/twisty.css" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/ui.css" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/tmp.css" type="text/css"?><!-- hacks for Tab Mix Plus -->
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/platform-base.css" type="text/css"?>
|
||||||
|
<?xml-stylesheet href="chrome://treestyletab/skin/pseudo-tree.css" type="text/css"?>
|
||||||
|
|
||||||
<!DOCTYPE overlay SYSTEM "chrome://treestyletab/locale/treestyletab.dtd">
|
<!DOCTYPE overlay SYSTEM "chrome://treestyletab/locale/treestyletab.dtd">
|
||||||
<overlay id="treestyletab-overlay"
|
<overlay id="treestyletab-overlay"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||||
|
@ -65,15 +65,6 @@ TreeStyleTabThemeManager.prototype = {
|
|||||||
|
|
||||||
var styles = [];
|
var styles = [];
|
||||||
|
|
||||||
styles.push(BASE+'base-colors.css');
|
|
||||||
|
|
||||||
styles.push('chrome://treestyletab/skin/base.css');
|
|
||||||
styles.push('chrome://treestyletab/skin/twisty/twisty.css');
|
|
||||||
styles.push('chrome://treestyletab/skin/ui.css');
|
|
||||||
styles.push('chrome://treestyletab/skin/tmp.css');
|
|
||||||
styles.push('chrome://treestyletab/skin/platform-base.css');
|
|
||||||
styles.push('chrome://treestyletab/skin/pseudo-tree.css');
|
|
||||||
|
|
||||||
switch (aStyle)
|
switch (aStyle)
|
||||||
{
|
{
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user