summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorGravatar liamwhite2023-10-11 09:23:52 -0400
committerGravatar GitHub2023-10-11 09:23:52 -0400
commitb50ce645ace5d6bd665aacf3db18d0aba0663a5b (patch)
tree437248d7b5b9a1281312a3ea134642d994067ada /dist
parentMerge pull request #11743 from Squall-Leonhart/IFREMOVED (diff)
parentyuzu: Enable controller interaction in Controller Applet (diff)
downloadyuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.gz
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.xz
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.zip
Merge pull request #11144 from flodavid/master
Enable controller interaction in Controller Applet
Diffstat (limited to 'dist')
-rw-r--r--dist/qt_themes/default/style.qss4
-rw-r--r--dist/qt_themes/qdarkstyle/style.qss4
-rw-r--r--dist/qt_themes/qdarkstyle_midnight_blue/style.qss4
3 files changed, 12 insertions, 0 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss
index 79960ee0c..921950c6c 100644
--- a/dist/qt_themes/default/style.qss
+++ b/dist/qt_themes/default/style.qss
@@ -120,6 +120,10 @@ QWidget#connectedControllers {
120 background: transparent; 120 background: transparent;
121} 121}
122 122
123QWidget#closeButtons {
124 background: transparent;
125}
126
123QWidget#playersSupported, 127QWidget#playersSupported,
124QWidget#controllersSupported, 128QWidget#controllersSupported,
125QWidget#controllerSupported1, 129QWidget#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
1383QWidget#closeButtons {
1384 background: transparent;
1385}
1386
1383QWidget#playersSupported, 1387QWidget#playersSupported,
1384QWidget#controllersSupported, 1388QWidget#controllersSupported,
1385QWidget#controllerSupported1, 1389QWidget#controllerSupported1,
diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
index 0c53115f6..eb0889b13 100644
--- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
+++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
@@ -2305,6 +2305,10 @@ QWidget#connectedControllers {
2305 background: transparent; 2305 background: transparent;
2306} 2306}
2307 2307
2308QWidget#closeButtons {
2309 background: transparent;
2310}
2311
2308QWidget#playersSupported, 2312QWidget#playersSupported,
2309QWidget#controllersSupported, 2313QWidget#controllersSupported,
2310QWidget#controllerSupported1, 2314QWidget#controllerSupported1,