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/password.../includes/customiz.../assets
File: ppw-toggle-control.css
.customize-control-toggle .toggle--wrapper {
[0] Fix | Delete
display: -webkit-box;
[1] Fix | Delete
display: -webkit-flex;
[2] Fix | Delete
display: -ms-flexbox;
[3] Fix | Delete
display: flex;
[4] Fix | Delete
flex-direction: row;
[5] Fix | Delete
[6] Fix | Delete
-webkit-box-direction: normal;
[7] Fix | Delete
-webkit-box-orient: horizontal;
[8] Fix | Delete
-webkit-box-pack: start;
[9] Fix | Delete
-webkit-flex-direction: row;
[10] Fix | Delete
-ms-flex-direction: row;
[11] Fix | Delete
-ms-flex-pack: start;
[12] Fix | Delete
-webkit-justify-content: flex-start;
[13] Fix | Delete
justify-content: flex-start;
[14] Fix | Delete
margin-bottom: 10px;
[15] Fix | Delete
align-items: baseline;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
.customize-control-toggle .toggle--wrapper .customize-control-title {
[19] Fix | Delete
font-weight: 600;
[20] Fix | Delete
margin-bottom: 0px;
[21] Fix | Delete
vertical-align: middle;
[22] Fix | Delete
-webkit-box-flex: 2;
[23] Fix | Delete
-webkit-flex: 2 0 0;
[24] Fix | Delete
-ms-flex: 2 0 0;
[25] Fix | Delete
flex: 2 0 0;
[26] Fix | Delete
}
[27] Fix | Delete
[28] Fix | Delete
.customize-control-toggle .toggle--wrapper input[type=checkbox] {
[29] Fix | Delete
display: none;
[30] Fix | Delete
}
[31] Fix | Delete
[32] Fix | Delete
.customize-control-toggle {
[33] Fix | Delete
margin-bottom: 0
[34] Fix | Delete
}
[35] Fix | Delete
[36] Fix | Delete
.customize-control-toggle .toggle--wrapper label {
[37] Fix | Delete
background-color: #555d66;
[38] Fix | Delete
border-radius: 14px;
[39] Fix | Delete
cursor: pointer;
[40] Fix | Delete
display: inline-block;
[41] Fix | Delete
height: 20px;
[42] Fix | Delete
outline: none;
[43] Fix | Delete
position: relative;
[44] Fix | Delete
right: 0px;
[45] Fix | Delete
top: 2px;
[46] Fix | Delete
-webkit-transition: background 0.2s ease;
[47] Fix | Delete
transition: background 0.2s ease;
[48] Fix | Delete
-webkit-user-select: none;
[49] Fix | Delete
-moz-user-select: none;
[50] Fix | Delete
-ms-user-select: none;
[51] Fix | Delete
user-select: none;
[52] Fix | Delete
width: 34px;
[53] Fix | Delete
}
[54] Fix | Delete
[55] Fix | Delete
.customize-control-toggle .toggle--wrapper label::after,
[56] Fix | Delete
.customize-control-toggle .toggle--wrapper label::before {
[57] Fix | Delete
content: "";
[58] Fix | Delete
display: block;
[59] Fix | Delete
position: absolute;
[60] Fix | Delete
}
[61] Fix | Delete
[62] Fix | Delete
.customize-control-toggle .toggle--wrapper label::after {
[63] Fix | Delete
border: 2px solid #555d66;
[64] Fix | Delete
border-radius: 50%;
[65] Fix | Delete
box-sizing: border-box;
[66] Fix | Delete
height: 12px;
[67] Fix | Delete
left: 4px;
[68] Fix | Delete
top: 4px;
[69] Fix | Delete
-webkit-transition: background 0.2s ease, -webkit-transform 0.2s ease;
[70] Fix | Delete
transition: background 0.2s ease, -webkit-transform 0.2s ease;
[71] Fix | Delete
transition: transform 0.2s ease, background 0.2s ease;
[72] Fix | Delete
transition: transform 0.2s ease, background 0.2s ease, -webkit-transform 0.2s ease;
[73] Fix | Delete
width: 12px;
[74] Fix | Delete
}
[75] Fix | Delete
[76] Fix | Delete
.customize-control-toggle .toggle--wrapper label::before {
[77] Fix | Delete
background-color: #eee;
[78] Fix | Delete
border-radius: 60px;
[79] Fix | Delete
bottom: 2px;
[80] Fix | Delete
left: 2px;
[81] Fix | Delete
right: 2px;
[82] Fix | Delete
top: 2px;
[83] Fix | Delete
-webkit-transition: background 0.2s ease;
[84] Fix | Delete
transition: background 0.2s ease;
[85] Fix | Delete
}
[86] Fix | Delete
[87] Fix | Delete
.customize-control-toggle .toggle--wrapper input[type=checkbox]:checked + label {
[88] Fix | Delete
background-color: #f78935;
[89] Fix | Delete
}
[90] Fix | Delete
[91] Fix | Delete
.customize-control-toggle .toggle--wrapper input[type=checkbox]:checked + label::after {
[92] Fix | Delete
background-color: #f78935;
[93] Fix | Delete
border: 2px solid #fff;
[94] Fix | Delete
-webkit-transform: translateX(14px);
[95] Fix | Delete
-ms-transform: translateX(14px);
[96] Fix | Delete
transform: translateX(14px);
[97] Fix | Delete
}
[98] Fix | Delete
[99] Fix | Delete
.customize-control-toggle .toggle--wrapper input[type=checkbox]:checked + label::before {
[100] Fix | Delete
background-color: #f78935;
[101] Fix | Delete
}
[102] Fix | Delete
[103] Fix | Delete
.customize-control-toggle:hover .toggle--wrapper label::before {
[104] Fix | Delete
background-color: #fdefe4;
[105] Fix | Delete
}
[106] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function