From dff8d579ca4aaa6dd57b601569f61257068d2ad9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 24 Feb 2011 18:26:40 +0100 Subject: [PATCH] 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 file changed, 4 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 08c85b775..c7d875a13 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 {