[gnome-shell-extensions/legacy-colors: 7/7] Fix white labels in network menu



commit 340ae3eb8b73533553d1d516b238a13f8a6ec983
Author: Florian MÃllner <fmuellner gnome org>
Date:   Tue Jan 22 17:27:05 2013 +0100

    Fix white labels in network menu

 extensions/legacy-colors/stylesheet.css |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/extensions/legacy-colors/stylesheet.css b/extensions/legacy-colors/stylesheet.css
index 75388ff..52b56bf 100644
--- a/extensions/legacy-colors/stylesheet.css
+++ b/extensions/legacy-colors/stylesheet.css
@@ -4,7 +4,6 @@
    - ON/OFF svg widgets. Can they be placed inside the extension dir?
    - calendar dropdown colors
    - bubble menus: separators
-   - network menu: bold labels still white
 */
 
 #panel {
@@ -111,7 +110,11 @@
   .popup-menu-item:insensitive {
     color: #888;
   }
-  
+
+  .popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
+    color: #000;
+  }
+
 .calendar {}
   .calendar-month-label {
     color: #333 !important;



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