Workaround Ubuntu ignoring tooltip palette in dark mode

https://forums.ankiweb.net/t/tooltip-hover-appearance-looks-strange/30384
This commit is contained in:
Damien Elmes 2023-05-31 15:17:07 +10:00
parent 1e00b7d4c4
commit aa9a734f69

View file

@ -107,6 +107,7 @@ class CustomStyles:
QLabel: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: