mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
themes: Define box-shadow for tooltips
Resolves #9795 (Solution provided by Andreas G, @uriesk) Some system themes provide errant values for tooltip box-shadows which cause flickering effects. This patch defines the tooltip box-shadow to 0px to prevent the issue.
This commit is contained in:
parent
63a134a2b2
commit
cc120f1bd9
1 changed files with 5 additions and 0 deletions
|
@ -473,6 +473,11 @@ tooltip box
|
|||
border: 0px solid @transparent;
|
||||
}
|
||||
|
||||
/* Prevents flickering effect on some desktops */
|
||||
tooltip decoration {
|
||||
box-shadow: 0px 0px;
|
||||
}
|
||||
|
||||
/* The border around a tooltip */
|
||||
.background {
|
||||
background-color: @bg-color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue