zotero/scss/preferences/_advanced.scss
abaevbog 19977c69c4
tweak settings data directory stylesheet (#4781)
- no margin-top on Windows
- explicitly hide background and border, since
   they remain on Windows otherwise

follow-up to 28f3a29f35
2024-10-23 16:03:55 -04:00

104 lines
1.6 KiB
SCSS

/* General pane */
#zotero-prefpane-advanced-general-tab #openurl-menu {
width: 400px;
}
/* Shortcut Keys pane */
#zotero-prefpane-advanced-keys-tab input
{
margin-inline-start: 0;
}
/* Advanced pane */
#zotero-keys-grid {
display: grid;
align-items: center;
grid-template-columns: 1fr max-content max-content;
}
#command-line-data-dir description {
font-size: 12px;
cursor: text;
-moz-user-select: text;
}
#command-line-data-dir label {
font-size: 11px;
font-style: italic;
padding-top: .4em;
padding-bottom: .4em;
}
#zotero-prefpane-advanced-feeds-feedDefaults .html-input {
width: 50px;
text-align: end;
}
#zotero-prefpane-advanced-feeds-feedDefaults hbox {
display: flex;
align-items: center;
}
.directory-path {
padding-inline-start: 24px;
/* Background set in JS */
background: none;
background-repeat: no-repeat;
background-size: 16px;
background-position: center left 4px;
appearance: none;
border: none;
}
#default-data-dir {
padding-inline-start: 0;
margin-inline-start: 0;
flex-grow: 1;
background: none;
border: none;
@media (-moz-platform: macos) {
margin-top: 2px;
}
}
.preferences-button-group {
gap: 6px;
margin-top: 4px;
}
#zotero-prefpane-advanced-open-buttons {
display: block;
text-align: end;
margin-top: 1em;
margin-bottom: .5em;
}
/*
* Search pane
*/
#pdfinfo-status
{
margin-top: 0 !important;
}
#fulltext-stats > .form-grid > label:nth-child(odd)
{
text-align: end;
}
#updateButton, #fulltext-clearIndex {
margin-inline-start: 6px;
}
#db-maintenance-options {
display: flex;
gap: 6px;
}
#zotero-prefpane-advanced-server-disabled {
color: var(--accent-red);
button {
margin-inline-start: 6px;
}
}