expander styling again

This commit is contained in:
zadam 2019-11-13 21:46:52 +01:00
parent 920d71a5a6
commit 69b53fdfb3

View file

@ -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] {