This commit is contained in:
zadam 2021-05-26 21:26:12 +02:00
parent 5707b7e29a
commit 58d61800f3
3 changed files with 20 additions and 11 deletions

View File

@ -27,9 +27,9 @@ const TPL = `
} }
.section-title .bx { .section-title .bx {
font-size: 170%; font-size: 150%;
position: relative; position: relative;
top: 6px; top: 3px;
} }
.section-title.active { .section-title.active {
@ -61,7 +61,7 @@ const TPL = `
.section-button-container .bx { .section-button-container .bx {
position: relative; position: relative;
top: 6px; top: 3px;
} }
.section-body { .section-body {

View File

@ -41,12 +41,19 @@ const TPL = `
position: absolute; position: absolute;
top: 5px; top: 5px;
right: 10px; right: 10px;
font-size: 130%; font-size: 150%;
padding: 5px;
cursor: pointer; cursor: pointer;
border: 1px solid transparent;
border-radius: 5px;
}
.edit-text-note-button:hover {
border-color: var(--main-border-color);
} }
</style> </style>
<div class="alert alert-warning no-print edit-text-note-button bx bx-edit-alt" <div class="no-print edit-text-note-button bx bx-edit-alt"
title="Edit this note"></div> title="Edit this note"></div>
<div class="note-detail-readonly-text-content ck-content"></div> <div class="note-detail-readonly-text-content ck-content"></div>

View File

@ -6,12 +6,6 @@ ul.fancytree-container {
margin-left: 7px !important; margin-left: 7px !important;
} }
.fancytree-node {
padding: 5px;
display: block;
cursor: pointer;
}
.fancytree-expander { .fancytree-expander {
visibility: hidden; visibility: hidden;
} }
@ -20,6 +14,14 @@ ul.fancytree-container {
visibility: visible; visibility: visible;
} }
.fancytree-node {
padding: 5px;
display: block;
cursor: pointer;
overflow: hidden;
white-space: nowrap;
}
.fancytree-node:not(.fancytree-loading) .fancytree-expander { .fancytree-node:not(.fancytree-loading) .fancytree-expander {
background: none; background: none;
height: auto; height: auto;