[gnome-shell-extensions] make submenus "fit in" for classic



commit e6e31c16b7a111adf957cbaa3c958603bf70bf64
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Apr 4 16:49:50 2013 +0200

    make submenus "fit in" for classic
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696960

 data/gnome-classic.css |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)
---
diff --git a/data/gnome-classic.css b/data/gnome-classic.css
index 057a014..15ca805 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 {}


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]