related to #1609 when node has no children, arrow is gray and not clickable rather than invisible

This commit is contained in:
Matthieu Leproux
2022-04-11 16:05:13 +02:00
parent e8a47efd1f
commit 1b84de5eea
2 changed files with 10 additions and 0 deletions
+6
View File
@@ -5891,6 +5891,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
font-weight:600;
}
.disabledToggle .move-cat-toogler{
color: gray;
opacity: 0.5;
pointer-events: none;
}
/* album search */
.search-album {