From e6e31c16b7a111adf957cbaa3c958603bf70bf64 Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Thu, 4 Apr 2013 16:49:50 +0200 Subject: [PATCH] make submenus "fit in" for classic https://bugzilla.gnome.org/show_bug.cgi?id=696960 --- data/gnome-classic.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/data/gnome-classic.css b/data/gnome-classic.css index 057a0149..15ca805c 100644 --- a/data/gnome-classic.css +++ b/data/gnome-classic.css @@ -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 {}