mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
Workaround transparent style issues on Mac OS
This commit is contained in:
committed by
Mathew Sutcliffe
parent
4076722aab
commit
6e6fb1f9a8
@@ -308,6 +308,7 @@ QToolBox::tab {
|
||||
}
|
||||
|
||||
QToolBox::tab::selected {
|
||||
color: rgba(255, 255, 0, 255);
|
||||
background-color: rgba(0, 0, 255, 128);
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,11 @@
|
||||
/** Works around two issues on Mac OS
|
||||
1. The launcher dialog was entirely transparent
|
||||
2. Transparency caused the QToolBox labels to be broken
|
||||
*/
|
||||
QStackedWidget#sw_SwiftLauncher {
|
||||
background-image: url(:/textures/icons/textures/texture-inner.jpg);
|
||||
}
|
||||
|
||||
/** special effects for start buttons **/
|
||||
#pg_Start QToolButton {
|
||||
border: 1px solid green;
|
||||
|
||||
Reference in New Issue
Block a user