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