diff options
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 4 | ||||
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 4 | ||||
| -rw-r--r-- | dist/qt_themes/qdarkstyle_midnight_blue/style.qss | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index 12e681648..6a9cc555f 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -115,6 +115,10 @@ QWidget#connectedControllers { | |||
| 115 | background: transparent; | 115 | background: transparent; |
| 116 | } | 116 | } |
| 117 | 117 | ||
| 118 | QWidget#closeButtons { | ||
| 119 | background: transparent; | ||
| 120 | } | ||
| 121 | |||
| 118 | QWidget#playersSupported, | 122 | QWidget#playersSupported, |
| 119 | QWidget#controllersSupported, | 123 | QWidget#controllersSupported, |
| 120 | QWidget#controllerSupported1, | 124 | QWidget#controllerSupported1, |
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 63a636ae6..328ac942f 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -1380,6 +1380,10 @@ QWidget#connectedControllers { | |||
| 1380 | background: transparent; | 1380 | background: transparent; |
| 1381 | } | 1381 | } |
| 1382 | 1382 | ||
| 1383 | QWidget#closeButtons { | ||
| 1384 | background: transparent; | ||
| 1385 | } | ||
| 1386 | |||
| 1383 | QWidget#playersSupported, | 1387 | QWidget#playersSupported, |
| 1384 | QWidget#controllersSupported, | 1388 | QWidget#controllersSupported, |
| 1385 | QWidget#controllerSupported1, | 1389 | QWidget#controllerSupported1, |
diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss index 49b05c8ba..8892c32d6 100644 --- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss +++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss | |||
| @@ -2301,6 +2301,10 @@ QWidget#connectedControllers { | |||
| 2301 | background: transparent; | 2301 | background: transparent; |
| 2302 | } | 2302 | } |
| 2303 | 2303 | ||
| 2304 | QWidget#closeButtons { | ||
| 2305 | background: transparent; | ||
| 2306 | } | ||
| 2307 | |||
| 2304 | QWidget#playersSupported, | 2308 | QWidget#playersSupported, |
| 2305 | QWidget#controllersSupported, | 2309 | QWidget#controllersSupported, |
| 2306 | QWidget#controllerSupported1, | 2310 | QWidget#controllerSupported1, |