tweak OS X Zotero tab appearance
This commit is contained in:
parent
1a726d357a
commit
c8478f02f8
2 changed files with 5 additions and 0 deletions
4
chrome/content/zotero-platform/mac/tab.css
Normal file
4
chrome/content/zotero-platform/mac/tab.css
Normal file
|
@ -0,0 +1,4 @@
|
|||
#zotero-pane .toolbar {
|
||||
-moz-appearance: none !important;
|
||||
background-color: -moz-mac-chrome-active !important;
|
||||
}
|
|
@ -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"?>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue