diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2023-10-11 15:23:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 15:23:52 +0200 |
commit | b50ce645ace5d6bd665aacf3db18d0aba0663a5b (patch) | |
tree | 437248d7b5b9a1281312a3ea134642d994067ada /dist/qt_themes/default | |
parent | Merge pull request #11743 from Squall-Leonhart/IFREMOVED (diff) | |
parent | yuzu: Enable controller interaction in Controller Applet (diff) | |
download | yuzu-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/qt_themes/default')
-rw-r--r-- | dist/qt_themes/default/style.qss | 4 |
1 files changed, 4 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, |