2023-12-22 05:43:05 +00:00
|
|
|
#zotero-prefpane-general .statusLine {
|
|
|
|
margin-inline-start: .75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.indented-pref {
|
|
|
|
margin-inline-start: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fileHandler-menus {
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: max-content max-content;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: start;
|
|
|
|
column-gap: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fileHandler-menu .menulist-icon {
|
|
|
|
height: 16px;
|
|
|
|
}
|
2024-03-02 07:51:55 +00:00
|
|
|
|
2024-05-10 12:23:26 +00:00
|
|
|
#item-pane-header-locale-menu {
|
|
|
|
min-width: 12em;
|
|
|
|
}
|
|
|
|
|
2024-07-29 14:54:24 +00:00
|
|
|
@media (-moz-platform: macos) {
|
|
|
|
#zotero-prefpane-file-renaming-file-types-box {
|
|
|
|
gap: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2024-03-02 07:51:55 +00:00
|
|
|
@media (-moz-platform: windows) {
|
|
|
|
button, menulist, radio, checkbox, input {
|
|
|
|
margin-block: 4px;
|
|
|
|
}
|
|
|
|
}
|
2024-08-06 05:31:47 +00:00
|
|
|
|
|
|
|
// "Custom" option of OpenURL resolver is initially selected for better keyboard
|
|
|
|
// navigation on Windows, but we don't want to display the checkmark in that
|
|
|
|
// case. Only show checkmark if "checked=true".
|
|
|
|
#zotero-prefpane-general #openurl-menu {
|
|
|
|
menuitem:is([selected="true"]):not([checked="true"])::before {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|