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