mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
Fix QTableView background
This commit is contained in:
parent
decfbd6698
commit
f1d9460a1f
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ class CustomStyles:
|
|||
gridline-color: {tm.var(colors.BORDER_SUBTLE)};
|
||||
selection-background-color: {tm.var(colors.SELECTED_BG)};
|
||||
selection-color: {tm.var(colors.SELECTED_FG)};
|
||||
background: {tm.var(colors.CANVAS_INSET)};
|
||||
background: {tm.var(colors.CANVAS_CODE)};
|
||||
}}
|
||||
QHeaderView {{
|
||||
background: {tm.var(colors.CANVAS)};
|
||||
|
|
Loading…
Reference in a new issue