2015-09-28 14:33:20 +03:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
/******************************************************************************/
|
|
|
|
/* JSON Panel */
|
|
|
|
|
2017-07-13 21:47:00 +03:00
|
|
|
.jsonPrimitiveValue,
|
2015-09-28 14:33:20 +03:00
|
|
|
.jsonParseError {
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: Lucida Grande, Tahoma, sans-serif;
|
|
|
|
line-height: 15px;
|
|
|
|
padding: 10px;
|
2017-07-13 21:47:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.jsonParseError {
|
2015-09-28 14:33:20 +03:00
|
|
|
color: red;
|
|
|
|
}
|