mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Make QCheckBox more visible (#2314)
This commit is contained in:
parent
10fd465edb
commit
df456e959d
1 changed files with 2 additions and 2 deletions
|
@ -401,9 +401,9 @@ QRadioButton {{
|
|||
QCheckBox::indicator,
|
||||
QRadioButton::indicator,
|
||||
QMenu::indicator {{
|
||||
border: 1px solid {tm.var(colors.BORDER_SUBTLE)};
|
||||
border: 1px solid {tm.var(colors.BORDER)};
|
||||
border-radius: {tm.var(props.BORDER_RADIUS)};
|
||||
background: {tm.var(colors.CANVAS_INSET)};
|
||||
background: {tm.var(colors.CANVAS_ELEVATED)};
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}}
|
||||
|
|
Loading…
Reference in a new issue