Core: Fix 'QTextEdit' background-color

Suggested and Co-authored-by: @MisterMakerNL
This commit is contained in:
B0cho
2025-08-18 11:50:36 +02:00
parent d6ea05de75
commit ab11ede792

View File

@@ -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;
}