[AppSwitcher] Reimplement the separator using St.Bin

This way it can be styled using CSS.
This can help to fix bug 597362.

https://bugzilla.gnome.org/show_bug.cgi?id=598651
This commit is contained in:
Steve Frécinaux 2009-10-16 00:34:23 +02:00
parent 7239eb2f90
commit 8e9549c6f1
2 changed files with 6 additions and 7 deletions

View file

@ -174,3 +174,8 @@ StScrollBar StButton#vhandle:hover
border-radius: 4px;
background: rgba(255,255,255,0.33);
}
.switcher-list .separator {
width: 1px;
background: rgba(255,255,255,0.33);
}