mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix tags area and stats buttons in night mode
This commit is contained in:
parent
3b8f851854
commit
e2e7128385
1 changed files with 5 additions and 1 deletions
|
@ -94,6 +94,10 @@ QTreeWidget {
|
||||||
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