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
commit e10ec281f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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