[gnome-shell] panel: Don't let the app icon overlap the panel border



commit dff8d579ca4aaa6dd57b601569f61257068d2ad9
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Feb 24 18:26:40 2011 +0100

    panel: Don't let the app icon overlap the panel border
    
    Commit 9a048af1f changed the panel border to be drawn below the
    background - as a result, the app menu's icon now overlaps the
    panel border. As it looks cleaner to leave the border in place,
    clip the icon to the panel border.

 data/theme/gnome-shell.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 08c85b7..c7d875a 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -232,6 +232,10 @@ StTooltip StLabel {
     spacing: 4px;
 }
 
+.panel-button #appMenuIcon {
+    app-icon-bottom-clip: 1px;
+}
+
 .panel-button:active #appMenuIcon,
 .panel-button:checked #appMenuIcon,
 .panel-button:focus #appMenuIcon {



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