From d1548aeee11affccc976001bdf0ecd3d04a28192 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Mon, 21 Feb 2011 18:41:58 +0100 Subject: [PATCH] search-entry: Make the icon slightly smaller Set the icon size in the search entry to 1em on designers' request. --- data/theme/gnome-shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index adf31232a..1da66198d 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -429,7 +429,7 @@ StTooltip StLabel { } .search-entry-icon { - icon-size: 1.4em; + icon-size: 1em; color: #8d8f8a; }