Fix for Treeview's editable entries incorrectly displayed

This commit is contained in:
Hombre57
2023-08-13 01:01:18 +02:00
parent 75741eeabd
commit 83263a3504

View File

@@ -44,7 +44,7 @@ textview.view, treeview.view {
padding: 0;
margin: 0;
}
.view, .textview, textview, textview.view {
.view, .textview, textview, textview.view, treeview > entry {
background-color: #262626;
}
/* The headers of these panels */