mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-30 03:32:26 +08:00
client: Add borders to empty tab search list
This commit is contained in:
parent
cdd5a17fce
commit
aa7d7b3afd
@ -25,6 +25,21 @@ const TPL = `
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid var(--main-border-color);
|
border: 1px solid var(--main-border-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-detail-empty-results {
|
||||||
|
max-height: 50vh;
|
||||||
|
overflow: scroll;
|
||||||
|
border: var(--bs-border-width) solid var(--bs-border-color);
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.empty-tab-search .note-autocomplete-input {
|
||||||
|
border-bottom-left-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.empty-tab-search .input-clearer-button {
|
||||||
|
border-bottom-right-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.workspace-icon {
|
.workspace-icon {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -33,7 +48,7 @@ const TPL = `
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="workspace-notes"></div>
|
<div class="workspace-notes"></div>
|
||||||
<div class="form-group">
|
<div class="form-group empty-tab-search">
|
||||||
<label>${t('empty.open_note_instruction')}</label>
|
<label>${t('empty.open_note_instruction')}</label>
|
||||||
<div class="input-group mt-1">
|
<div class="input-group mt-1">
|
||||||
<input class="form-control note-autocomplete" placeholder="${t('empty.search_placeholder')}">
|
<input class="form-control note-autocomplete" placeholder="${t('empty.search_placeholder')}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user