From ce2efc6a67b4006dd461c9ca3f70077f1d4a786b Mon Sep 17 00:00:00 2001 From: Adel Gadllah Date: Thu, 6 Jan 2011 12:15:07 +0100 Subject: [PATCH] Overview: Change tab title style to match mockups https://bugzilla.gnome.org/show_bug.cgi?id=638815 --- data/theme/gnome-shell.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index c5a97db4a..b1cfe6444 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -384,10 +384,14 @@ StTooltip StLabel { color: #888a85; font-weight: bold; padding: 0px 12px; + height: 24px; } .view-tab-title:selected { - color: white; + color: #000000; + background-color: #c2c7cd; + border-radius: 4px; + height: 24px; } .view-tab-boxpointer {