zotero/scss/components/_select.scss
abaevbog 2f262c943c
Additional fixes to form element appearance on Linux (#5503)
Followup to 06ef9ab

Fix <html> based form elements, in citation dialog item popover.
Set slightly smaller default border width of buttons.
2025-08-21 11:48:53 +03:00

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>
}
}