tweak OS X Zotero tab appearance

This commit is contained in:
Simon Kornblith 2011-02-13 02:29:00 +00:00
parent 1a726d357a
commit c8478f02f8
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
#zotero-pane .toolbar {
-moz-appearance: none !important;
background-color: -moz-mac-chrome-active !important;
}

View file

@ -3,6 +3,7 @@
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/zotero.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero/skin/tab.css" type="text/css"?>
<?xml-stylesheet href="chrome://zotero-platform/content/tab.css" type="text/css"?>
<?xul-overlay href="chrome://zotero/content/zoteroPane.xul"?>
<?xul-overlay href="chrome://zotero/content/itemPane.xul"?>