gui: Tweak the Restore Versions modal for better usability (#7972)

This commit is contained in:
tomasz1986
2022-01-25 23:08:27 +01:00
committed by GitHub
parent a0fd619df3
commit 9efac0f067
19 changed files with 12098 additions and 11479 deletions
+7 -4
View File
@@ -28,8 +28,11 @@
text-decoration: none;
}
.fancytree-ext-filter-hide tr.fancytree-submatch span.fancytree-title,
.fancytree-ext-filter-hide span.fancytree-node.fancytree-submatch span.fancytree-title {
color: black !important;
font-weight: lighter !important;
/*
* Fancytree tweaks
*/
.fancytree-container tr:hover,
.fancytree-focused {
background-color: #eeeeee;
}