diff options
Diffstat (limited to 'dist/qt_themes/default/style.qss')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 62 |
1 files changed, 61 insertions, 1 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index 6b5953e38..5da56520b 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -30,6 +30,66 @@ QPushButton#RendererStatusBarButton:checked { | |||
| 30 | color: #e85c00; | 30 | color: #e85c00; |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | QPushButton#RendererStatusBarButton:!checked{ | 33 | QPushButton#RendererStatusBarButton:!checked { |
| 34 | color: #0066ff; | 34 | color: #0066ff; |
| 35 | } | 35 | } |
| 36 | |||
| 37 | QPushButton#buttonRefreshDevices { | ||
| 38 | min-width: 20px; | ||
| 39 | min-height: 20px; | ||
| 40 | max-width: 20px; | ||
| 41 | max-height: 20px; | ||
| 42 | } | ||
| 43 | |||
| 44 | QCheckBox#checkboxPlayer1Connected, | ||
| 45 | QCheckBox#checkboxPlayer2Connected, | ||
| 46 | QCheckBox#checkboxPlayer3Connected, | ||
| 47 | QCheckBox#checkboxPlayer4Connected, | ||
| 48 | QCheckBox#checkboxPlayer5Connected, | ||
| 49 | QCheckBox#checkboxPlayer6Connected, | ||
| 50 | QCheckBox#checkboxPlayer7Connected, | ||
| 51 | QCheckBox#checkboxPlayer8Connected { | ||
| 52 | spacing: 0px; | ||
| 53 | } | ||
| 54 | |||
| 55 | QCheckBox#checkboxPlayer1Connected::indicator, | ||
| 56 | QCheckBox#checkboxPlayer2Connected::indicator, | ||
| 57 | QCheckBox#checkboxPlayer3Connected::indicator, | ||
| 58 | QCheckBox#checkboxPlayer4Connected::indicator, | ||
| 59 | QCheckBox#checkboxPlayer5Connected::indicator, | ||
| 60 | QCheckBox#checkboxPlayer6Connected::indicator, | ||
| 61 | QCheckBox#checkboxPlayer7Connected::indicator, | ||
| 62 | QCheckBox#checkboxPlayer8Connected::indicator { | ||
| 63 | width: 14px; | ||
| 64 | height: 14px; | ||
| 65 | } | ||
| 66 | |||
| 67 | QCheckBox#checkboxPlayer1Connected::indicator:checked, | ||
| 68 | QCheckBox#checkboxPlayer2Connected::indicator:checked, | ||
| 69 | QCheckBox#checkboxPlayer3Connected::indicator:checked, | ||
| 70 | QCheckBox#checkboxPlayer4Connected::indicator:checked, | ||
| 71 | QCheckBox#checkboxPlayer5Connected::indicator:checked, | ||
| 72 | QCheckBox#checkboxPlayer6Connected::indicator:checked, | ||
| 73 | QCheckBox#checkboxPlayer7Connected::indicator:checked, | ||
| 74 | QCheckBox#checkboxPlayer8Connected::indicator:checked, | ||
| 75 | QGroupBox#groupConnectedController::indicator:checked { | ||
| 76 | border-radius: 2px; | ||
| 77 | border: 1px solid black; | ||
| 78 | background: #39ff14; | ||
| 79 | image: none; | ||
| 80 | } | ||
| 81 | |||
| 82 | QCheckBox#checkboxPlayer1Connected::indicator:unchecked, | ||
| 83 | QCheckBox#checkboxPlayer2Connected::indicator:unchecked, | ||
| 84 | QCheckBox#checkboxPlayer3Connected::indicator:unchecked, | ||
| 85 | QCheckBox#checkboxPlayer4Connected::indicator:unchecked, | ||
| 86 | QCheckBox#checkboxPlayer5Connected::indicator:unchecked, | ||
| 87 | QCheckBox#checkboxPlayer6Connected::indicator:unchecked, | ||
| 88 | QCheckBox#checkboxPlayer7Connected::indicator:unchecked, | ||
| 89 | QCheckBox#checkboxPlayer8Connected::indicator:unchecked, | ||
| 90 | QGroupBox#groupConnectedController::indicator:unchecked { | ||
| 91 | border-radius: 2px; | ||
| 92 | border: 1px solid black; | ||
| 93 | background: transparent; | ||
| 94 | image: none; | ||
| 95 | } | ||