hierarchical tagging selection

This commit is contained in:
2025-06-26 13:36:02 +02:00
parent 0cda1706fa
commit 79e34d7e43
23 changed files with 143 additions and 72 deletions

View File

@@ -176,6 +176,7 @@ figure {
.tooltip .tagdropdown {
padding: 0;
margin: 0;
}
.tooltip:hover .tooltiptext {
@@ -196,6 +197,11 @@ figure {
padding: 0;
}
.tooltip .tooltiptext ol {
margin-left: 0;
padding-left: 0.5em;
}
.tooltip .tooltiptext .tagentry label {
cursor: pointer;
width: 100%;