Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/interact.../assets/admin/vendor/jsonTree
File: jsonTree.css
/*
[0] Fix | Delete
* JSON Tree Viewer
[1] Fix | Delete
* http://github.com/summerstyle/jsonTreeViewer
[2] Fix | Delete
*
[3] Fix | Delete
* Copyright 2017 Vera Lobacheva (http://iamvera.com)
[4] Fix | Delete
* Released under the MIT license (LICENSE.txt)
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
/* Background for the tree. May use for <body> element */
[8] Fix | Delete
.jsontree_bg {
[9] Fix | Delete
background: #FFF;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
/* Styles for the container of the tree (e.g. fonts, margins etc.) */
[13] Fix | Delete
.jsontree_tree {
[14] Fix | Delete
margin-left: 30px;
[15] Fix | Delete
font-family: 'PT Mono', monospace;
[16] Fix | Delete
font-size: 14px;
[17] Fix | Delete
}
[18] Fix | Delete
[19] Fix | Delete
/* Styles for a list of child nodes */
[20] Fix | Delete
.jsontree_child-nodes {
[21] Fix | Delete
display: none;
[22] Fix | Delete
margin-left: 35px;
[23] Fix | Delete
margin-bottom: 5px;
[24] Fix | Delete
line-height: 2;
[25] Fix | Delete
}
[26] Fix | Delete
.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_child-nodes {
[27] Fix | Delete
display: block;
[28] Fix | Delete
}
[29] Fix | Delete
[30] Fix | Delete
/* Styles for labels */
[31] Fix | Delete
.jsontree_label-wrapper {
[32] Fix | Delete
float: left;
[33] Fix | Delete
margin-right: 8px;
[34] Fix | Delete
}
[35] Fix | Delete
.jsontree_label {
[36] Fix | Delete
font-weight: normal;
[37] Fix | Delete
vertical-align: top;
[38] Fix | Delete
color: #000;
[39] Fix | Delete
position: relative;
[40] Fix | Delete
padding: 1px;
[41] Fix | Delete
border-radius: 4px;
[42] Fix | Delete
cursor: default;
[43] Fix | Delete
}
[44] Fix | Delete
.jsontree_node_marked > .jsontree_label-wrapper > .jsontree_label {
[45] Fix | Delete
background: #fff2aa;
[46] Fix | Delete
}
[47] Fix | Delete
[48] Fix | Delete
/* Styles for values */
[49] Fix | Delete
.jsontree_value-wrapper {
[50] Fix | Delete
display: block;
[51] Fix | Delete
overflow: hidden;
[52] Fix | Delete
}
[53] Fix | Delete
.jsontree_node_complex > .jsontree_value-wrapper {
[54] Fix | Delete
overflow: inherit;
[55] Fix | Delete
}
[56] Fix | Delete
.jsontree_value {
[57] Fix | Delete
vertical-align: top;
[58] Fix | Delete
display: inline;
[59] Fix | Delete
}
[60] Fix | Delete
.jsontree_value_null {
[61] Fix | Delete
color: #777;
[62] Fix | Delete
font-weight: bold;
[63] Fix | Delete
}
[64] Fix | Delete
.jsontree_value_string {
[65] Fix | Delete
color: #025900;
[66] Fix | Delete
font-weight: bold;
[67] Fix | Delete
}
[68] Fix | Delete
.jsontree_value_number {
[69] Fix | Delete
color: #000E59;
[70] Fix | Delete
font-weight: bold;
[71] Fix | Delete
}
[72] Fix | Delete
.jsontree_value_boolean {
[73] Fix | Delete
color: #600100;
[74] Fix | Delete
font-weight: bold;
[75] Fix | Delete
}
[76] Fix | Delete
[77] Fix | Delete
/* Styles for active elements */
[78] Fix | Delete
.jsontree_expand-button {
[79] Fix | Delete
position: absolute;
[80] Fix | Delete
top: 3px;
[81] Fix | Delete
left: -15px;
[82] Fix | Delete
display: block;
[83] Fix | Delete
width: 11px;
[84] Fix | Delete
height: 11px;
[85] Fix | Delete
background-image: url('icons.svg');
[86] Fix | Delete
}
[87] Fix | Delete
.jsontree_node_expanded > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button {
[88] Fix | Delete
background-position: 0 -11px;
[89] Fix | Delete
}
[90] Fix | Delete
.jsontree_show-more {
[91] Fix | Delete
cursor: pointer;
[92] Fix | Delete
}
[93] Fix | Delete
.jsontree_node_expanded > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
[94] Fix | Delete
display: none;
[95] Fix | Delete
}
[96] Fix | Delete
.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label > .jsontree_expand-button,
[97] Fix | Delete
.jsontree_node_empty > .jsontree_value-wrapper > .jsontree_value > .jsontree_show-more {
[98] Fix | Delete
display: none !important;
[99] Fix | Delete
}
[100] Fix | Delete
.jsontree_node_complex > .jsontree_label-wrapper > .jsontree_label {
[101] Fix | Delete
cursor: pointer;
[102] Fix | Delete
}
[103] Fix | Delete
.jsontree_node_empty > .jsontree_label-wrapper > .jsontree_label {
[104] Fix | Delete
cursor: default !important;
[105] Fix | Delete
}
[106] Fix | Delete
[107] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function