From b881949b6de1c7359cb79e2ba7c9aa2e104c1885 Mon Sep 17 00:00:00 2001 From: flodavid Date: Mon, 24 Jul 2023 21:30:24 +0200 Subject: yuzu: Enable controller interaction in Controller Applet --- dist/qt_themes/qdarkstyle_midnight_blue/style.qss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dist/qt_themes/qdarkstyle_midnight_blue') 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 { background: transparent; } +QWidget#closeButtons { + background: transparent; +} + QWidget#playersSupported, QWidget#controllersSupported, QWidget#controllerSupported1, -- cgit v1.2.3