mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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,
|
QCheckBox::indicator,
|
||||||
QRadioButton::indicator,
|
QRadioButton::indicator,
|
||||||
QMenu::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)};
|
border-radius: {tm.var(props.BORDER_RADIUS)};
|
||||||
background: {tm.var(colors.CANVAS_INSET)};
|
background: {tm.var(colors.CANVAS_ELEVATED)};
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue