css: Adjust tooltip style

Update the tooltip style to match current mockups.

https://bugzilla.gnome.org/show_bug.cgi?id=642871
This commit is contained in:
Florian Müllner 2011-02-10 01:41:51 +01:00 committed by Owen W. Taylor
parent b382b4cb94
commit 661ea906d9

View File

@ -75,10 +75,10 @@ StScrollBar StButton#vhandle:hover
}
StTooltip StLabel {
border: 1px solid rgba(79,111,173,1);
border: 1px solid rgba(255,255,255,0.6);
border-radius: 5px;
padding: 4px;
background-color: rgba(79,111,173,0.9);
padding: 2px 12px;
background-color: rgba(0,0,0,0.9);
color: #ffffff;
font-size: 0.8em;
font-weight: normal;