mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
Workaround Ubuntu ignoring tooltip palette in dark mode
https://forums.ankiweb.net/t/tooltip-hover-appearance-looks-strange/30384
This commit is contained in:
parent
1e00b7d4c4
commit
aa9a734f69
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ class CustomStyles:
|
||||||
QLabel:disabled {{
|
QLabel:disabled {{
|
||||||
color: {tm.var(colors.FG_DISABLED)};
|
color: {tm.var(colors.FG_DISABLED)};
|
||||||
}}
|
}}
|
||||||
|
QToolTip {{ color: {tm.var(colors.FG)}; background-color: {tm.var(colors.CANVAS)}; }}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def menu(self, tm: ThemeManager) -> str:
|
def menu(self, tm: ThemeManager) -> str:
|
||||||
|
|
Loading…
Reference in a new issue