themes: Add a bit of padding around treeview header column icons
This commit is contained in:
parent
50ae1d1a68
commit
65fcda3b70
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue