mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +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 {
|
QToolBox::tab::selected {
|
||||||
|
color: rgba(255, 255, 0, 255);
|
||||||
background-color: rgba(0, 0, 255, 128);
|
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 **/
|
/** special effects for start buttons **/
|
||||||
#pg_Start QToolButton {
|
#pg_Start QToolButton {
|
||||||
border: 1px solid green;
|
border: 1px solid green;
|
||||||
|
|||||||
Reference in New Issue
Block a user