From a6b41c032fbeaf9d2d3511780ef2abcd7e57a2f6 Mon Sep 17 00:00:00 2001 From: Ada Date: Sat, 19 Apr 2025 02:58:25 +1000 Subject: [PATCH] Give JS console black default text color and disable rich text pasting --- interface/ui/console.ui | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/interface/ui/console.ui b/interface/ui/console.ui index 1173e0adae..db89471f37 100644 --- a/interface/ui/console.ui +++ b/interface/ui/console.ui @@ -14,7 +14,7 @@ Dialog - QDialog { background: white } + QDialog { background: white; color: black } @@ -80,7 +80,7 @@ - background-color: white; + background-color: white; color: black; @@ -131,7 +131,7 @@ - background-color: white; + background-color: white; color: black; @@ -223,7 +223,7 @@ - Inconsolata,Lucida Console,Andale Mono,Monaco + Inconsolata,Lucida Console,Andale Mono,Monaco,Courier New,monospace -1 @@ -239,6 +239,9 @@ Qt::ScrollBarAlwaysOff + + false +