From c249ff904682f8dd090686913e15ecc39cbd8eb1 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Fri, 1 Mar 2013 14:21:07 -0500 Subject: [PATCH] theme: tone down search results description font style - don't use bold - use regular font size - make the text shadow less dramatic --- data/theme/gnome-shell.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 260962972..7d6540a5b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -910,8 +910,6 @@ StScrollBar StButton#vhandle:active { } .list-search-result-description { - font-weight: bold; - font-size: 12pt; color: #eeeeec; } @@ -965,6 +963,10 @@ StScrollBar StButton#vhandle:active { color:white; } +.list-search-result:hover .list-search-result-description { + text-shadow: rgba(0,0,0,0.8) 0px 1px 2px; +} + .show-apps { padding: 4px 0; }