Google: Toggle button for the GoogleBar at the top

Google: Toggle button for the GoogleBar at the top
984
****
Last updated Nov 09 2006
13 installs this week, 1139 total.

This style is based on Hide Gmail/Google Appbar by sewpafly. I removed the ugly backgrounds, and replaced the somewhat vague "globe" icon with a more visible green arrow icon.

I also fixed the positions of the icon and the menu, so they look better and fit nicely with the rest of the Gmail layout.

The green arrow, by the way, is the "go-next" icon from the Tango Icon Gallery.

-------
Update [11.09.06]: For some reason I gave the credit of the original style to the wrong user. Sorry about that, sewpafly.
I made the domain change a while ago, but I guess I neglected to update the online version afterwards. Thanks for writing me about your version, sewpafly, for I would have never remembered to look at my code again. :D

Before
After

Install options

Feedback

Reviews

FreeBee said on Oct 25 2007

This style is dead. :(

ChoGGi said on Jul 25 2007

to fix it change table.ccc to #gbar
and change
table.ccc * {
display: none !important;
}
table.ccc:hover * {
display: inline !important;
}
to
#gbar>nobr{
display: none !important;
}
#gbar:hover>nobr{
display: inline !important;
} ***

sewpafly said on Mar 05 2007

I recently updated mine --> Hide Gmail/Google Appbar to have rounded corners, different shaded background and to work with Google Calendar if you want to grab the changes. :) Anyone should feel free to make as many modifications to styles as possible. I think they're awesome. *****

pianodork said on Feb 23 2007

it's also not working for me - the google bar just shows all the time now, no hiding :-(
otherwise it's been a great addition! *****

LazyB said on Feb 13 2007

this script has recently stoped working for me.... anyone else having this problem? *****

b0at said on Dec 20 2006

*****

Weishun said on Nov 01 2006

I don't imagine anyone would mind and I think most would appreciate your posting the modifications. Personally, I post mine as a comment on the original style but, so long as credit's given the author, I don't think it matters. What really irks me is someone changing nothing more than a colour and posting that as a "style". ****

pile0nades said on Oct 31 2006

I don't mind the menu bar always being there, but I love how it looks with no background! Which only requires the code:

table.ccc {
background: none !important;
} *****