



Small changes in the colors and font-face in the Gmail appearance.
Compatible: Gmail English(en-US), (en-UK) and Spanish(es-ES).
Last update: December 18, 2007
Have a look here for the green hover: http://userstyles.org/styles/6897
Use firefox's Better Gmail 2 extension...
The green hover doesn't work anymore. It' always yellow for read and unread messages.
kewl!!!
Great style!!!
use the style posted by exastemprage, it works flawlessly.
This should fix it to work the new Gmail:
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
*{font-family: tahoma, helvetica, sans-serif; color: #336699;}
table.N2mZ7b tr:hover { background-color: rgb(255,235,134) !important;}
table.N2mZ7b tr.rfza3e:hover { background-color: rgb(205,243,159) !important;}}
I've always loved this script but it doesn't work with Gmail V.2.
(I'm still giving it five stars, though, because I'm sure it will be fixed.)
Wow, this is amazing. Great work.
great script. combine with super clean interface
yeah, this script is pretty awesome. everyone should also check out Gmail logo - remove beta & talk by user banzek. i dont know why, but i like not seeing 'beta' and talk' next to the lovely icon that is gmail.
For those who don't like the changes in font, I simply took out the line "*{font-family: tahoma, helvetica, sans-serif; color: #336699;}" and it works fine while keeping the normal gmail font.
awesome
The hover effect is excellent -- as another reviewer has said this should be a standard feature in GMail. Thanks!
This style is a great idea, only problem is that the hover doesn't work for the "contacts" page.
If you add this:
tr.y:hover{background-color: rgb(255,235,134) !important;}
it will highlight contacts you hover as well.
You might want to add this to the style...Edit: having it green is probably more logical, so you'd have this instead:
tr.y:hover{background-color: rgb(205,243,159) !important;}
By the way any reason for using rgb() instead of a hex value?
Interesting
Very sweet, thx!
The hover is excellent, and should be defult in Gmail IMHO. I don't care much for the blue sender/subject, but otherwise very nice.
Looks VERY sharp. Bravo.
Me likey as well!
Great and simple!
But, can you fix the labels text at the subject? It's smaller than the rest. The same for "Reply Forward Invite xxx to Gmail" links after the messages.
Nice! I like it.
Small omission. you need to handle unread messages too:
table.tlc tr.ur:hover