themes: Add a bit of padding around treeview header column icons

This commit is contained in:
Stanislav Grinkov 2022-02-14 18:35:51 +06:00 committed by Stanislav Grinkov
parent 50ae1d1a68
commit 65fcda3b70
1 changed files with 4 additions and 0 deletions

View File

@ -132,6 +132,10 @@ entry.italic {
color: rgba (1.0, 0.0, 0.0, 1.0);
}
treeview header button {
padding: 6px;
}
treeview .toggle-icon:not(.visible):hover {
border: 1px solid gray;
border-radius: 3px;