mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
[AppSwitcher] misc refinements
https://bugzilla.gnome.org/show_bug.cgi?id=597900
This commit is contained in:
parent
4f4e54cbf7
commit
8fd00ac6cc
2 changed files with 231 additions and 126 deletions
|
|
@ -162,6 +162,9 @@ StScrollBar StButton#vhandle:hover
|
|||
border: 1px solid rgba(128,128,128,0.40);
|
||||
border-radius: 8px;
|
||||
padding: 18px;
|
||||
|
||||
font: 12px sans-serif;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.switcher-list .item-box {
|
||||
|
|
@ -169,6 +172,17 @@ StScrollBar StButton#vhandle:hover
|
|||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.switcher-list .thumbnail-box {
|
||||
padding: 2px;
|
||||
spacing: 4px;
|
||||
}
|
||||
|
||||
.switcher-list .outlined-item-box {
|
||||
padding: 6px;
|
||||
border: 2px solid rgba(85,85,85,1.0);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.switcher-list .selected-item-box {
|
||||
padding: 8px;
|
||||
border-radius: 4px;
|
||||
|
|
@ -178,4 +192,4 @@ StScrollBar StButton#vhandle:hover
|
|||
.switcher-list .separator {
|
||||
width: 1px;
|
||||
background: rgba(255,255,255,0.33);
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue