make submenus "fit in" for classic

https://bugzilla.gnome.org/show_bug.cgi?id=696960
This commit is contained in:
Jakub Steiner
2013-04-04 16:49:50 +02:00
parent 802c70e14c
commit e6e31c16b7
+12 -1
View File
@@ -4,7 +4,6 @@
- white edge highlight with text-shadow and icon-shadow for panel-button
- better shading of the panel (dark 5%) - impossible without multipoint gradients, image-bg is a hack
- bubble menus: separators
- submenus (network, ...)
- startup notification spinner
*/
@@ -144,6 +143,18 @@
color: #000;
}
.popup-submenu-menu-item:open {
background-color: #888;
color: #fff;
}
.popup-sub-menu {
background-gradient-start: #ddd;
background-gradient-end: #dfdfdf;
background-gradient-direction: vertical;
box-shadow: inset 0px 1px 3px rgba(0,0,0,0.4);
}
/* CALENDAR */
.calendar {}