Merge pull request #6820 from Beep6581/treeview-editable-cells

Fix for Treeview's editable entries incorrectly displayed
This commit is contained in:
Jean-Christophe
2023-08-13 01:37:49 +02:00
committed by GitHub

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 */