mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
[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
1 changed files with 8 additions and 0 deletions
|
|
@ -60,6 +60,14 @@ StScrollBar StButton#vhandle:hover
|
|||
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-button {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue