tree now uses standard font size which effectively makes it a bit larger

This commit is contained in:
azivner 2019-01-06 20:59:19 +01:00
parent 3112de105e
commit 3930a02123
2 changed files with 11 additions and 1 deletions

View file

@ -62,7 +62,7 @@
padding: 10px 0 10px 0;
margin: 0 20px 0 10px;
border: 1px solid #ddd;
border-radius: 5px;
border-radius: 7px;
}
#context-menu-container {

View file

@ -16,6 +16,16 @@ body {
flex-grow: 100;
}
ul.fancytree-container {
/* override specific size from fancytree.css */
font-family: inherit !important;
font-size: inherit !important;
}
.fancytree-title {
margin-left: 7px !important;
}
.fancytree-node:not(.fancytree-loading) .fancytree-expander {
background: none;
width: auto;