diff --git a/chrome/content/zotero-platform/mac/overlay.css b/chrome/content/zotero-platform/mac/overlay.css index 0599dd20e..19103e167 100644 --- a/chrome/content/zotero-platform/mac/overlay.css +++ b/chrome/content/zotero-platform/mac/overlay.css @@ -38,14 +38,14 @@ } .zotero-tb-button > .toolbarbutton-icon { - -moz-binding: url('chrome://zotero-platform/content/zoterotbbutton.xml#zotero-tb-button'); + /*-moz-binding: url('chrome://zotero-platform/content/zoterotbbutton.xml#zotero-tb-button');*/ background: url("chrome://zotero/skin/mac/menubutton-start.png") left center no-repeat; - -moz-padding-start: 10px; - padding-bottom: 2px; + padding: 5px 1px 5px 11px; } #zotero-tb-sync > .toolbarbutton-icon { -moz-padding-start: 8px; + padding-top: 1px; } #zotero-tb-sync-warning[error=true] @@ -82,6 +82,7 @@ #zotero-tb-sync > .toolbarbutton-icon { -moz-binding: none !important; + padding: 2px 0px 2px 8px !important; } #zotero-close-button { @@ -450,4 +451,19 @@ tree:focus treechildren::-moz-tree-twisty(selected, open) { treechildren::-moz-tree-image { height: 16px; padding-bottom: 1px; +} + +#zotero-tb-advanced-search +{ + list-style-image: url('chrome://zotero/skin/mac/toolbar-advanced-search.png'); +} + +#zotero-tb-note-add +{ + list-style-image: url('chrome://zotero/skin/mac/toolbar-note-add.png'); +} + +#zotero-tb-actions-menu +{ + list-style-image: url('chrome://zotero/skin/mac/cog.png'); } \ No newline at end of file diff --git a/chrome/content/zotero-platform/mac/zoterotbbutton.xml b/chrome/content/zotero-platform/mac/zoterotbbutton.xml deleted file mode 100644 index f9f156bcd..000000000 --- a/chrome/content/zotero-platform/mac/zoterotbbutton.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/chrome/skin/default/zotero/mac/cog.png b/chrome/skin/default/zotero/mac/cog.png new file mode 100644 index 000000000..d9b06fa23 Binary files /dev/null and b/chrome/skin/default/zotero/mac/cog.png differ diff --git a/chrome/skin/default/zotero/mac/toolbar-advanced-search.png b/chrome/skin/default/zotero/mac/toolbar-advanced-search.png new file mode 100755 index 000000000..0194ff985 Binary files /dev/null and b/chrome/skin/default/zotero/mac/toolbar-advanced-search.png differ diff --git a/chrome/skin/default/zotero/mac/toolbar-note-add.png b/chrome/skin/default/zotero/mac/toolbar-note-add.png new file mode 100755 index 000000000..09a2376e4 Binary files /dev/null and b/chrome/skin/default/zotero/mac/toolbar-note-add.png differ