mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
[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:
parent
7239eb2f90
commit
8e9549c6f1
2 changed files with 6 additions and 7 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue