mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
Merge pull request #763 from TriliumNext/style/next/tree-settings-panel
Style Next: Restyle the tree settings popup
This commit is contained in:
commit
346ae7d815
@ -113,6 +113,7 @@ const TPL = `
|
|||||||
|
|
||||||
|
|
||||||
<div class="tree-settings-popup">
|
<div class="tree-settings-popup">
|
||||||
|
<h4>${t("note_tree.tree-settings-title")}</h4>
|
||||||
<div class="form-check">
|
<div class="form-check">
|
||||||
<label class="form-check-label">
|
<label class="form-check-label">
|
||||||
<input class="form-check-input hide-archived-notes" type="checkbox" value="">
|
<input class="form-check-input hide-archived-notes" type="checkbox" value="">
|
||||||
|
@ -542,6 +542,25 @@ div.quick-search .search-button.show {
|
|||||||
transition: color 200ms ease-out;
|
transition: color 200ms ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Tree settings popup
|
||||||
|
*/
|
||||||
|
|
||||||
|
#left-pane .tree-settings-popup {
|
||||||
|
box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity));
|
||||||
|
border: 1px solid var(--dropdown-border-color);
|
||||||
|
padding: 25px;
|
||||||
|
background: var(--menu-background-color);
|
||||||
|
backdrop-filter: blur(10px) saturate(6);
|
||||||
|
color: var(--menu-text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
#left-pane .tree-settings-popup h4 {
|
||||||
|
margin-bottom: .75em;
|
||||||
|
font-size: 1.5em;
|
||||||
|
line-height: 1;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Gutter
|
* Gutter
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user