zotero/chrome/content/zotero-platform/unix/integration.css
Simon Kornblith b20c4dd622 - Add border on Linux
- Move dropmarker slightly
2011-08-03 02:09:57 +00:00

24 lines
No EOL
371 B
CSS

body {
line-height: 1.5em;
}
#quick-format-search:not([multiline="true"]) {
height: 27px !important;
}
#quick-format-search {
background: white;
padding: 1px 2px 1px 0;
border: 1px solid rgba(0, 0, 0, 0.5);
-moz-appearance: textbox;
}
#quick-format-dialog {
-moz-appearance: none;
padding: 5px;
}
#zotero-icon {
margin: 3px 0 0 2px;
-moz-appearance: none;
}