mirror of https://github.com/GNOME/gimp.git
themes: Add a bit of padding around treeview header column icons
This commit is contained in:
parent
50ae1d1a68
commit
65fcda3b70
|
@ -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 New Issue