diff options
Diffstat (limited to 'dist/qt_themes/default/style.qss')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index f0908a7f1..12e681648 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -58,6 +58,19 @@ QPushButton#GPUStatusBarButton:!checked { | |||
| 58 | color: #109010; | 58 | color: #109010; |
| 59 | } | 59 | } |
| 60 | 60 | ||
| 61 | QPushButton#DockingStatusBarButton { | ||
| 62 | min-width: 0px; | ||
| 63 | color: #000000; | ||
| 64 | border: 1px solid transparent; | ||
| 65 | background-color: transparent; | ||
| 66 | padding: 0px 3px 0px 3px; | ||
| 67 | text-align: center; | ||
| 68 | } | ||
| 69 | |||
| 70 | QPushButton#DockingStatusBarButton:hover { | ||
| 71 | border: 1px solid #76797C; | ||
| 72 | } | ||
| 73 | |||
| 61 | QPushButton#buttonRefreshDevices { | 74 | QPushButton#buttonRefreshDevices { |
| 62 | min-width: 21px; | 75 | min-width: 21px; |
| 63 | min-height: 21px; | 76 | min-height: 21px; |