mirror of
https://github.com/grassmunk/Chicago95.git
synced 2025-07-27 07:34:36 +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! */
|
/* Hey Windows95 didn't have arrows in the headerbar either! */
|
||||||
treeview.view image {
|
treeview.view image {
|
||||||
color: transparent; }
|
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! */
|
/* Hey Windows95 didn't have arrows in the headerbar either! */
|
||||||
treeview.view image {
|
treeview.view image {
|
||||||
color: transparent; }
|
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