[gnome-shell] user-menu: Fix spacing in combobox item



commit dc624f65e47e461cc7692611564dd11501d21249
Author: Florian MÃllner <fmuellner gnome org>
Date:   Mon Sep 19 21:58:53 2011 +0200

    user-menu: Fix spacing in combobox item
    
    At some time an additional container was added which broke the
    existing CSS rule.

 data/theme/gnome-shell.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 9052a13..f36f9c8 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -418,7 +418,7 @@ StTooltip StLabel {
 }
 
 .status-chooser-status-item,
-.status-chooser-combo > .popup-combobox-item {
+.status-chooser-combo .popup-combobox-item {
     spacing: .4em;
 }
 



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