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:
parent
5cc2e5f6e1
commit
ff5e038c49
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user