mirror of
https://github.com/ankitects/anki.git
synced 2026-01-19 17:29:01 -05:00
fix tags area and stats buttons in night mode
This commit is contained in:
parent
2d4d89d5a5
commit
6973df52a0
1 changed files with 5 additions and 1 deletions
|
|
@ -93,7 +93,11 @@ QTreeWidget {
|
||||||
buf += """
|
buf += """
|
||||||
QToolTip {
|
QToolTip {
|
||||||
border: 0;
|
border: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QGroupBox {
|
||||||
|
padding-top: 0px;
|
||||||
|
}
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# allow addons to modify the styling
|
# allow addons to modify the styling
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue