mirror of
https://github.com/ankitects/anki.git
synced 2026-01-12 05:23:55 -05:00
Merge branch 'main' into patch-2
This commit is contained in:
commit
b3124d1775
2 changed files with 5 additions and 0 deletions
|
|
@ -234,6 +234,7 @@ Emmanuel Ferdman <https://github.com/emmanuel-ferdman>
|
|||
Sunong2008 <https://github.com/Sunrongguo2008>
|
||||
Marvin Kopf <marvinkopf@outlook.com>
|
||||
Kevin Nakamura <grinkers@grinkers.net>
|
||||
jcznk <https://github.com/jcznk>
|
||||
|
||||
********************
|
||||
|
||||
|
|
|
|||
|
|
@ -177,9 +177,13 @@ class CustomStyles:
|
|||
QPushButton:default {{
|
||||
border: 1px solid {tm.var(colors.BORDER_FOCUS)};
|
||||
}}
|
||||
QPushButton {{
|
||||
margin: 1px;
|
||||
}}
|
||||
QPushButton:focus {{
|
||||
border: 2px solid {tm.var(colors.BORDER_FOCUS)};
|
||||
outline: none;
|
||||
margin: 0px;
|
||||
}}
|
||||
QPushButton:hover,
|
||||
QTabBar::tab:hover,
|
||||
|
|
|
|||
Loading…
Reference in a new issue