- Add border on Linux

- Move dropmarker slightly
This commit is contained in:
Simon Kornblith 2011-08-03 02:09:57 +00:00
parent d4287e4459
commit b20c4dd622
2 changed files with 7 additions and 3 deletions

View File

@ -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 {

View File

@ -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;
}