zotero/chrome/content/zotero-platform/unix/integration.css

25 lines
376 B
CSS
Raw Normal View History

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