mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-26 10:45:37 +08:00
18
src/blackgui/share/qss/swiftlauncher.qss
Normal file
18
src/blackgui/share/qss/swiftlauncher.qss
Normal file
@@ -0,0 +1,18 @@
|
||||
/** special effects for start buttons **/
|
||||
#pg_Start QToolButton {
|
||||
border: 1px solid green;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
#pg_Start QToolButton:hover {
|
||||
border: 5px solid green;
|
||||
border-radius: 5px;
|
||||
min-width: 30px;
|
||||
min-height: 30px;
|
||||
}
|
||||
|
||||
#pg_start QToolTip {
|
||||
color: #ffffff;
|
||||
background-color: #2a82da;
|
||||
border: 1px solid white;
|
||||
}
|
||||
Reference in New Issue
Block a user