zotero/scss/components/_dictionaryManager.scss

33 lines
416 B
SCSS
Raw Normal View History

#dictionary-manager {
min-height: 400px;
min-width: 445px;
}
#DictionaryManager {
padding: 15px;
max-height: 100vh;
richlistitem {
font-size: 12px;
}
input {
// Select rows, not checkboxes
-moz-user-focus: ignore;
}
#status {
margin: 9px 0 0 5px;
font-size: 10px;
line-height: 1em;
}
.dialog-button-box {
display: flex;
justify-content: end;
}
button {
font-size: 13px;
}
}