mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix invisible scrollbar in nightmode
vars.scss no longer contains the Qt theme definitions, so the easiest solution was to duplicate the colour in this case
This commit is contained in:
parent
90fa38495e
commit
234e03d44d
1 changed files with 2 additions and 1 deletions
|
@ -149,7 +149,8 @@ QScrollBar::sub-line {
|
|||
QTabWidget { background-color: %s; }
|
||||
""" % (
|
||||
self.str_color("window-bg"),
|
||||
colors.get("fusion-button-hover-bg"),
|
||||
# fushion-button-hover-bg
|
||||
"#656565",
|
||||
self.str_color("window-bg"),
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue