mirror of
https://github.com/Ryujinx/GtkSharp.Dependencies.git
synced 2025-01-03 06:25:39 +00:00
Fix flickering tooltips
This commit is contained in:
parent
b7e1f41587
commit
ea979efc71
|
@ -3494,12 +3494,14 @@ tooltip {
|
||||||
text-shadow: none; }
|
text-shadow: none; }
|
||||||
tooltip.background {
|
tooltip.background {
|
||||||
background-color: #292f34;
|
background-color: #292f34;
|
||||||
background-clip: padding-box; }
|
background-clip: padding-box;
|
||||||
|
box-shadow: none; }
|
||||||
tooltip.window-frame.csd {
|
tooltip.window-frame.csd {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
box-shadow: none; }
|
box-shadow: none; }
|
||||||
tooltip decoration {
|
tooltip decoration {
|
||||||
background-color: transparent; }
|
background-color: transparent;
|
||||||
|
box-shadow: none; }
|
||||||
|
|
||||||
tooltip * {
|
tooltip * {
|
||||||
padding: 0px;
|
padding: 0px;
|
||||||
|
|
Loading…
Reference in a new issue