Issue #115 Blink the disconnect button to catch the user's attention

This commit is contained in:
Mat Sutcliffe
2021-09-10 18:21:34 +01:00
parent fb1d81afe6
commit abc96590e4
4 changed files with 42 additions and 0 deletions

View File

@@ -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