From b20c4dd622e9f5127fc20cb9471b37a2826d3c3f Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 3 Aug 2011 02:09:57 +0000 Subject: [PATCH] - Add border on Linux - Move dropmarker slightly --- chrome/content/zotero-platform/unix/integration.css | 5 ++--- chrome/skin/default/zotero/integration.css | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/chrome/content/zotero-platform/unix/integration.css b/chrome/content/zotero-platform/unix/integration.css index 384e3d335..5a8cc3a9a 100644 --- a/chrome/content/zotero-platform/unix/integration.css +++ b/chrome/content/zotero-platform/unix/integration.css @@ -10,13 +10,12 @@ body { background: white; padding: 1px 2px 1px 0; border: 1px solid rgba(0, 0, 0, 0.5); - -moz-appearance: none; + -moz-appearance: textbox; } #quick-format-dialog { - background: transparent; -moz-appearance: none; - padding: 0; + padding: 5px; } #zotero-icon { diff --git a/chrome/skin/default/zotero/integration.css b/chrome/skin/default/zotero/integration.css index 1b58d214d..644bd07ac 100644 --- a/chrome/skin/default/zotero/integration.css +++ b/chrome/skin/default/zotero/integration.css @@ -197,6 +197,11 @@ richlistitem[selected="true"] { margin: 0; } +#zotero-icon .toolbarbutton-menu-dropmarker { + margin-left: 0; + padding-left: 0; +} + #citation-properties #suppress-author { -moz-user-focus: normal; } \ No newline at end of file