integration.css (368B)
1 body { 2 line-height: 1.5em; 3 } 4 5 #quick-format-search:not([multiline="true"]) { 6 height: 29px !important; 7 } 8 9 #quick-format-search { 10 background: white; 11 padding: 0 2px 0 0; 12 border: 1px solid rgba(0, 0, 0, 0.5); 13 -moz-appearance: textfield; 14 } 15 16 #quick-format-dialog { 17 -moz-appearance: none; 18 padding: 5px; 19 } 20 21 #zotero-icon { 22 margin: 0 0 0 2px; 23 -moz-appearance: none; 24 }