tbird 115
This commit is contained in:
parent
09fe4a05a7
commit
615fa188ef
2 changed files with 89 additions and 0 deletions
12
thunderbird/userChrome.css
Normal file
12
thunderbird/userChrome.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
|
||||
#toolbar-menubar { order: -1 !important; }
|
||||
|
||||
/*
|
||||
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
|
||||
@namespace html url("http://www.w3.org/1999/xhtml");
|
||||
|
||||
toolbar#toolbar-menubar { order: 1 !important; }
|
||||
html|unified-toolbar { order: 2 !important; }
|
||||
toolbar#tabs-toolbar { order: 3 !important; }
|
||||
*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue