[AppSwitcher] Use thumbnails instead of a window menu, and other UI changes

https://bugzilla.gnome.org/show_bug.cgi?id=590563
This commit is contained in:
Dan Winship 2009-10-02 11:02:46 -04:00
parent 90ebcd32e3
commit d7af6d40e3
2 changed files with 583 additions and 304 deletions

View file

@ -157,9 +157,20 @@ StScrollBar StButton#vhandle:hover
}
/* App Switcher */
#appSwitcher {
.switcher-list {
background: rgba(0,0,0,0.8);
border: 1px solid rgba(128,128,128,0.40);
border-radius: 8px;
padding: 8px;
padding: 18px;
}
.switcher-list .item-box {
padding: 8px;
border-radius: 4px;
}
.switcher-list .selected-item-box {
padding: 8px;
border-radius: 4px;
background: rgba(255,255,255,0.33);
}