[StTooltip CSS] Add some style
Not final, but stands out and doesn't look completely wrong, at least. https://bugzilla.gnome.org/show_bug.cgi?id=600734
This commit is contained in:
parent
263d738ef6
commit
1626e8c09a
@ -60,6 +60,14 @@ StScrollBar StButton#vhandle:hover
|
|||||||
border-image: url("scroll-vhandle.png") 5;
|
border-image: url("scroll-vhandle.png") 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
StTooltip {
|
||||||
|
border: 1px solid rgba(79,111,173,0.9);
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 4px;
|
||||||
|
background-color: rgba(79,111,173,0.9);
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
/* Panel */
|
/* Panel */
|
||||||
|
|
||||||
.panel-button {
|
.panel-button {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user