mirror of
https://github.com/zadam/trilium.git
synced 2025-02-21 21:43:55 +08:00
expander styling again
This commit is contained in:
parent
920d71a5a6
commit
69b53fdfb3
1 changed files with 7 additions and 7 deletions
|
@ -48,11 +48,9 @@ ul.fancytree-container {
|
||||||
|
|
||||||
.fancytree-node:not(.fancytree-loading) .fancytree-expander {
|
.fancytree-node:not(.fancytree-loading) .fancytree-expander {
|
||||||
background: none;
|
background: none;
|
||||||
width: 18px;
|
width: 21px;
|
||||||
height: auto;
|
height: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
|
||||||
top: -5px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.fancytree-node:not(.fancytree-loading) .fancytree-expander:before {
|
.fancytree-node:not(.fancytree-loading) .fancytree-expander:before {
|
||||||
|
@ -61,7 +59,10 @@ ul.fancytree-container {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
text-transform: none;
|
text-transform: none;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
content: "\203A";
|
content: "\e9fa";
|
||||||
|
position: relative;
|
||||||
|
top: -2px;
|
||||||
|
margin-right: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* this is done to preserve correct indentation. Better solution would be preferable */
|
/* this is done to preserve correct indentation. Better solution would be preferable */
|
||||||
|
@ -70,9 +71,8 @@ ul.fancytree-container {
|
||||||
}
|
}
|
||||||
|
|
||||||
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
.fancytree-node.fancytree-expanded .fancytree-expander:before {
|
||||||
content: "\2304";
|
font-family: 'boxicons' !important;
|
||||||
position: relative;
|
content: "\e9f8";
|
||||||
top: -10px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.note-title[readonly] {
|
.note-title[readonly] {
|
||||||
|
|
Loading…
Reference in a new issue