1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Improve contrast of export dialog JSON font color

This commit is contained in:
Nick O'Leary 2021-06-08 11:54:58 +01:00
parent 5cc2e5f6e1
commit ff5e038c49
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -51,18 +51,17 @@
} }
.red-ui-clipboard-dialog-tab-clipboard { .red-ui-clipboard-dialog-tab-clipboard {
textarea { textarea {
resize: none; color: $secondary-text-color-active !important;
width: 100%; resize: none;
border-radius: 4px; width: 100%;
font-family: $monospace-font !important; border-radius: 4px;
font-size: 13px !important; font-family: $monospace-font !important;
height: 100%; font-size: 13px !important;
line-height: 1.3em; height: 100%;
padding: 6px 10px; line-height: 1.3em;
background: $clipboard-textarea-background; padding: 6px 10px;
background: $clipboard-textarea-background;
} }
} }