zotero/scss/elements/_zoteroSearch.scss
Tom Najdek 878fc20cec
fx115: Migrate or remove -moz-box-flex which is no longer recognized
* feed settings: part of the grid, not needed
* progress queue: migrated to flex
* tab-bar-container: already fixed in scss
* zotero-lookup-multiline-progress: migrated to flex
* zotero-lookup-textbox: removed, does nothing
* #zotero-prefpane-advanced #data-dir-path: migrated to flex
* #zotero-prefpane-sync: migrated to flex on #storage-url, removed from #storage-password to fix layout
* .search-condition: migrated to flex
* updates.css: migrated to flex
2024-04-10 17:32:04 +02:00

90 lines
1.2 KiB
SCSS

zoterosearch {
#search-box > hbox, #search-box > groupbox {
margin-left: 6px;
}
groupbox {
margin-top: 0;
padding-top: 0;
& > #conditions {
-moz-appearance: groupbox;
padding: 6px;
}
}
caption {
font: inherit;
padding-left: 0 !important;
}
label:first-child:not(tooltip label), checkbox:first-child {
margin-left: 0 !important;
padding-left: 0 !important;
}
checkbox {
margin-right: .5em;
}
input {
margin-block: 0;
}
.search-condition {
flex: 1;
display: flex;
align-items: center;
.valuefield, .valuemenu, .value-date-age {
flex: 1;
}
}
#operatorsmenu {
width: 15em;
}
#condition-tooltips tooltip
{
background: red !important;
}
#condition-tooltips hbox > label
{
font-weight: 600;
}
.toolbarbutton-text
{
margin: 0;
padding: 0;
}
#textbox-button {
cursor: default;
appearance: none;
justify-self: start;
margin-inline-start: 12px;
align-self: center;
&:hover, &:active, &[open] {
background: none;
}
}
zoterosearchtextbox[hasOptions="true"] #search-textbox {
padding-inline-start: 20px;
}
.search-in-the-last {
flex: 1;
display: flex;
align-items: center;
.input {
min-width: 3em;
flex: 1;
}
}
}