From a277f8e0e1003b6c60d82f37f557e115a2781419 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Thu, 8 Mar 2012 14:07:16 +0100 Subject: [PATCH] css: Specify icon-size in px everywhere Since scaled icons generally look bad we shouldn't tie their size to the font size. In particular a recent change in the panel's font size caused status icons to be scaled and thus look fuzzy. --- data/theme/gnome-shell.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index e8d1dd383..1d453b886 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -251,7 +251,7 @@ StScrollBar StButton#vhandle:hover } .popup-menu-icon { - icon-size: 1.14em; + icon-size: 16px; } /* Switches */ @@ -478,7 +478,7 @@ StScrollBar StButton#vhandle:hover } .system-status-icon { - icon-size: 1.14em; + icon-size: 16px; } /* Overview */ @@ -616,7 +616,7 @@ StScrollBar StButton#vhandle:hover } .search-entry-icon { - icon-size: 1em; + icon-size: 16px; color: #8d8f8a; }