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