mirror of
https://github.com/zotero/zotero.git
synced 2026-08-28 05:25:31 +00:00
Followup to 06ef9ab
Fix <html> based form elements, in citation dialog item popover.
Set slightly smaller default border width of buttons.
8 lines
218 B
SCSS
8 lines
218 B
SCSS
select {
|
|
@media (-moz-platform: linux) {
|
|
border: 1px solid ThreeDShadow;
|
|
border-radius: 5px;
|
|
background-color: var(--color-button);
|
|
height: 28px; // The height of <menulist>
|
|
}
|
|
}
|