diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 14:22:46 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-07-29 14:22:46 -0600 |
| commit | 34c8b0950398c07e84777479f3534615907f4f58 (patch) | |
| tree | 5050896bbd5c2a4fab0239c6456637ca22306156 /ui/style_dark.qss | |
| parent | c98885f503a8a2eb4b691b41404231da8d2aeda5 (diff) | |
| parent | ad7f1c39ef473a327ca3b467b579be0099377f55 (diff) | |
Merge branch 'fix/run-stop-log-master-switch'
Diffstat (limited to 'ui/style_dark.qss')
| -rw-r--r-- | ui/style_dark.qss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/style_dark.qss b/ui/style_dark.qss index e562365..9fd7198 100644 --- a/ui/style_dark.qss +++ b/ui/style_dark.qss @@ -63,7 +63,9 @@ QPushButton#logButton { min-width: 80px; } QPushButton#logButton:enabled { color: #e2e8f0; border-color: #3b82f6; } +QPushButton#logButton:disabled { background-color: #12172a; color: #3d4a6b; border: 1px solid #1e2740; } QPushButton#logButton:checked { background-color: #7c2d12; border-color: #ef4444; color: #fee2e2; } +QPushButton#logButton[recording="true"] { background-color: #ef4444; border-color: #fca5a5; color: #ffffff; } QPushButton#addDeviceButton { background-color: #1e3a5f; |
