[win-nix] fix bug 50311

This commit is contained in:
Maxim Kadushkin
2021-05-10 14:41:25 +03:00
parent 3c8fbfefd6
commit 634dc20137
2 changed files with 9 additions and 3 deletions

View File

@ -191,6 +191,10 @@ QPushButton#toolButtonDownload::menu-indicator {
background-color: #404040;
}
#mainPanel[uitheme=theme-dark] #labelAppTitle {
color: #d9d9d9;
}
#mainPanel[uitheme=theme-dark] QPushButton#toolButtonMain {
border-right-color: #505050;
}