mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-25 06:35:39 +02:00
Theme update
Fixed treeview items from jumping around by specifying a separator.
This commit is contained in:
parent
fd204a53e8
commit
e11ea239a2
@ -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; }
|
||||
|
@ -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; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user