summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-10-11 15:23:52 +0200
committerGitHub <noreply@github.com>2023-10-11 15:23:52 +0200
commitb50ce645ace5d6bd665aacf3db18d0aba0663a5b (patch)
tree437248d7b5b9a1281312a3ea134642d994067ada /dist
parentMerge pull request #11743 from Squall-Leonhart/IFREMOVED (diff)
parentyuzu: Enable controller interaction in Controller Applet (diff)
downloadyuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.gz
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.bz2
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.lz
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.xz
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.tar.zst
yuzu-b50ce645ace5d6bd665aacf3db18d0aba0663a5b.zip
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 {
background: transparent;
}
+QWidget#closeButtons {
+ background: transparent;
+}
+
QWidget#playersSupported,
QWidget#controllersSupported,
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 {
background: transparent;
}
+QWidget#closeButtons {
+ background: transparent;
+}
+
QWidget#playersSupported,
QWidget#controllersSupported,
QWidget#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 {
background: transparent;
}
+QWidget#closeButtons {
+ background: transparent;
+}
+
QWidget#playersSupported,
QWidget#controllersSupported,
QWidget#controllerSupported1,