mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 22:41:43 +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;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
padding: 10px;
|
padding: 6px 10px;
|
||||||
border-radius: 5px;
|
border-radius: $window_radius;
|
||||||
box-shadow: none; // otherwise it gets inherited by windowframe.csd
|
box-shadow: none; // otherwise it gets inherited by windowframe.csd
|
||||||
text-shadow: 0 1px black;
|
|
||||||
|
|
||||||
> box {
|
> box {
|
||||||
border-spacing: 6px;
|
border-spacing: 6px;
|
||||||
|
Loading…
Reference in New Issue
Block a user