From 4c4d0a0b2fc029443e7985ecc379411c7683786a Mon Sep 17 00:00:00 2001 From: Barry <870709864@qq.com> Date: Sat, 22 Jun 2019 14:19:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:QMessageBox=E9=A2=9C=E8=89=B2=E4=B8=8D?= =?UTF-8?q?=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QtScrcpy/res/qss/psblack.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/QtScrcpy/res/qss/psblack.css b/QtScrcpy/res/qss/psblack.css index 18f0019..beefb89 100644 --- a/QtScrcpy/res/qss/psblack.css +++ b/QtScrcpy/res/qss/psblack.css @@ -632,6 +632,11 @@ background:#444444; border-color:#484848; } +QMessageBox { +background-color:#444444; +color:#DCDCDC; +} + /*TextColor:#DCDCDC*/ /*PanelColor:#444444*/ /*BorderColor:#242424*/ @@ -639,4 +644,4 @@ border-color:#484848; /*NormalColorEnd:#383838*/ /*DarkColorStart:#646464*/ /*DarkColorEnd:#525252*/ -/*HighColor:#00BB9E*/ \ No newline at end of file +/*HighColor:#00BB9E*/