Theme update

Fixed treeview items from jumping around by specifying a separator.
This commit is contained in:
EMH-Mark-I 2020-05-03 22:26:31 -05:00
parent fd204a53e8
commit e11ea239a2
2 changed files with 10 additions and 0 deletions

View File

@ -55,3 +55,8 @@ treeview.view:selected {
/* Hey Windows95 didn't have arrows in the headerbar either! */
treeview.view image {
color: transparent; }
/* Have to specify this or else bad things happen! */
treeview.view.separator {
min-height: 8px;
color: @border_dark; }

View File

@ -55,3 +55,8 @@ treeview.view:selected {
/* Hey Windows95 didn't have arrows in the headerbar either! */
treeview.view image {
color: transparent; }
/* Have to specify this or else bad things happen! */
treeview.view.separator {
min-height: 8px;
color: @border_dark; }