From 62cf6a56a650cb0a91ceeaf4c737b83fd6e09031 Mon Sep 17 00:00:00 2001 From: Aza Raskin Date: Tue, 25 May 2010 14:21:23 -0700 Subject: [PATCH] + Remove the title of the "New Tabs" at the suggestion of Beltzner + Made the titles more beautiful in the new tabs group. --- .../themes/pinstripe/browser/tabcandy/tabcandy.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/browser/themes/pinstripe/browser/tabcandy/tabcandy.css b/browser/themes/pinstripe/browser/tabcandy/tabcandy.css index a4fac277941f..31202011376d 100644 --- a/browser/themes/pinstripe/browser/tabcandy/tabcandy.css +++ b/browser/themes/pinstripe/browser/tabcandy/tabcandy.css @@ -245,11 +245,18 @@ body { -moz-box-shadow: none; } -.newTabGroup .name{ - color: #414141 !important; +.inNewTabGroup .tab-title{ + color: #2C2C2C; + text-shadow: 0px 1px 0px rgba(255,255,255,.25); } +.newTabGroup .name{ + display: none; +} + + + .newTabAnimatee{ position: absolute; background-color: white;