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:
parent
b382b4cb94
commit
661ea906d9
@ -75,10 +75,10 @@ StScrollBar StButton#vhandle:hover
|
|||||||
}
|
}
|
||||||
|
|
||||||
StTooltip StLabel {
|
StTooltip StLabel {
|
||||||
border: 1px solid rgba(79,111,173,1);
|
border: 1px solid rgba(255,255,255,0.6);
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 4px;
|
padding: 2px 12px;
|
||||||
background-color: rgba(79,111,173,0.9);
|
background-color: rgba(0,0,0,0.9);
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user