From ab11ede792ce67516f334104b8d786d486b3acfe Mon Sep 17 00:00:00 2001 From: B0cho Date: Mon, 18 Aug 2025 11:50:36 +0200 Subject: [PATCH] Core: Fix 'QTextEdit' background-color Suggested and Co-authored-by: @MisterMakerNL --- src/Gui/Stylesheets/FreeCAD.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Stylesheets/FreeCAD.qss b/src/Gui/Stylesheets/FreeCAD.qss index 8783b77067..05aab36e2c 100644 --- a/src/Gui/Stylesheets/FreeCAD.qss +++ b/src/Gui/Stylesheets/FreeCAD.qss @@ -804,7 +804,7 @@ https://doc.qt.io/qt-5/stylesheet-examples.html#customizing-specific-widgets report view --------------------------------------------------------------------------- */ QTextEdit { - background-color: @PrimaryColor; + background-color: @TextEditFieldBackgroundColor; border-top: 1px solid @GeneralBorderColor; }