Update example 20 to also show how to customize font color (See #990)

This commit is contained in:
josdejong 2020-05-23 14:26:29 +02:00
parent bd69cf9ebd
commit c2fa821a31
1 changed files with 12 additions and 3 deletions

View File

@ -32,12 +32,21 @@
height: 500px;
}
#containerRight .different_element {
background-color: greenyellow !important;
background-color: #acee61;
}
#containerRight .different_element div.jsoneditor-field,
#containerRight .different_element div.jsoneditor-value {
color: red;
}
#containerLeft .different_element {
background-color: violet !important;
background-color: pink;
}
</style>
#containerLeft .different_element div.jsoneditor-field,
#containerLeft .different_element div.jsoneditor-value {
color: red;
}
</style>
</head>
<body>