Workaround transparent style issues on Mac OS

This commit is contained in:
Roland Winklmeier
2017-04-14 14:55:08 +02:00
committed by Mathew Sutcliffe
parent 4076722aab
commit 6e6fb1f9a8
2 changed files with 9 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ QToolBox::tab {
}
QToolBox::tab::selected {
color: rgba(255, 255, 0, 255);
background-color: rgba(0, 0, 255, 128);
}