From ff5e038c49d723ced8ad4c3ee2300e32f5c0d707 Mon Sep 17 00:00:00 2001 From: Nick O'Leary Date: Tue, 8 Jun 2021 11:54:58 +0100 Subject: [PATCH] Improve contrast of export dialog JSON font color --- .../editor-client/src/sass/library.scss | 23 +++++++++---------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/packages/node_modules/@node-red/editor-client/src/sass/library.scss b/packages/node_modules/@node-red/editor-client/src/sass/library.scss index 874160baa..0d284ffce 100644 --- a/packages/node_modules/@node-red/editor-client/src/sass/library.scss +++ b/packages/node_modules/@node-red/editor-client/src/sass/library.scss @@ -51,18 +51,17 @@ } .red-ui-clipboard-dialog-tab-clipboard { - - textarea { - resize: none; - width: 100%; - border-radius: 4px; - font-family: $monospace-font !important; - font-size: 13px !important; - height: 100%; - line-height: 1.3em; - padding: 6px 10px; - background: $clipboard-textarea-background; + color: $secondary-text-color-active !important; + resize: none; + width: 100%; + border-radius: 4px; + font-family: $monospace-font !important; + font-size: 13px !important; + height: 100%; + line-height: 1.3em; + padding: 6px 10px; + background: $clipboard-textarea-background; } } @@ -269,4 +268,4 @@ color: $secondary-text-color; font-size: 0.9em; } -} \ No newline at end of file +}