zotero/chrome/content/zotero-platform/unix/integration.css
2021-03-02 18:10:44 -05:00

24 lines
376 B
CSS

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