Fixed tree item search highlighting in dark mode

This commit is contained in:
Stefan Zermatten
2021-08-02 01:13:15 +02:00
parent a5f2c2e0d2
commit 19a2798bf7

View File

@@ -179,7 +179,7 @@
opacity: 0.4;
}
.found {
background: rgba(200, 0, 0, 0.1);
background: rgba(200, 0, 0, 0.1) !important;
}
.ghost {
opacity: 0.5;