From 8d3e5ea507a39d0d2b51eff7263d9dd931bcefce Mon Sep 17 00:00:00 2001 From: Jakub Steiner Date: Mon, 21 Nov 2011 15:39:36 +0100 Subject: [PATCH] Make notification icon buttons elegant. The huge icons had little whitespace and don't scale pixel precise. --- data/theme/gnome-shell.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 59ba015ae..62e0352a3 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1267,7 +1267,8 @@ StTooltip StLabel { } .notification-icon-button > StIcon { - icon-size: 36px; + icon-size: 16px; + padding: 8px; } .hotplug-transient-box {