diff options
Diffstat (limited to 'dist/qt_themes/default/style.qss')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index cee219374..9915a40ba 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -38,6 +38,26 @@ QPushButton#RendererStatusBarButton:!checked { | |||
| 38 | color: #0066ff; | 38 | color: #0066ff; |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | QPushButton#GPUStatusBarButton { | ||
| 42 | color: #656565; | ||
| 43 | border: 1px solid transparent; | ||
| 44 | background-color: transparent; | ||
| 45 | padding: 0px 3px 0px 3px; | ||
| 46 | text-align: center; | ||
| 47 | } | ||
| 48 | |||
| 49 | QPushButton#GPUStatusBarButton:hover { | ||
| 50 | border: 1px solid #76797C; | ||
| 51 | } | ||
| 52 | |||
| 53 | QPushButton#GPUStatusBarButton:checked { | ||
| 54 | color: #ff8040; | ||
| 55 | } | ||
| 56 | |||
| 57 | QPushButton#GPUStatusBarButton:!checked { | ||
| 58 | color: #40dd40; | ||
| 59 | } | ||
| 60 | |||
| 41 | QPushButton#buttonRefreshDevices { | 61 | QPushButton#buttonRefreshDevices { |
| 42 | min-width: 21px; | 62 | min-width: 21px; |
| 43 | min-height: 21px; | 63 | min-height: 21px; |