mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Merge branch 'wip/jimmac/tooltips' into 'master'
Adwaita: tooltip styling Closes #3352 See merge request GNOME/gtk!2826
This commit is contained in:
commit
a7f05b8d91
@ -3658,10 +3658,9 @@ tooltip {
|
||||
color: white;
|
||||
}
|
||||
|
||||
padding: 10px;
|
||||
border-radius: 5px;
|
||||
padding: 6px 10px;
|
||||
border-radius: $window_radius;
|
||||
box-shadow: none; // otherwise it gets inherited by windowframe.csd
|
||||
text-shadow: 0 1px black;
|
||||
|
||||
> box {
|
||||
border-spacing: 6px;
|
||||
|
Loading…
Reference in New Issue
Block a user