mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-28 11:45:40 +08:00
Issue #115 Blink the disconnect button to catch the user's attention
This commit is contained in:
@@ -237,6 +237,12 @@ QPushButton::disabled {
|
||||
|
||||
QPushButton:pressed{ background-color: lightblue; }
|
||||
|
||||
// Button blinks on to catch the user's attention
|
||||
QPushButton[blinkOn="true"] {
|
||||
background-color: yellow;
|
||||
color: black;
|
||||
}
|
||||
|
||||
/**
|
||||
KEYPAD area buttons are in swift GUI stylesheet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user