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/clone/wp-conte.../plugins/accelera.../includes
File: make-better-admin.css
/* makebetter admin css*/
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
PLUGINS ADMIN PAGE
[3] Fix | Delete
*/
[4] Fix | Delete
#ampforwp-reloaded-feedback-overlay {
[5] Fix | Delete
/* Height & width depends on how you want to reveal the overlay (see JS below) */
[6] Fix | Delete
height: 100%;
[7] Fix | Delete
width: 100%;
[8] Fix | Delete
position: fixed; /* Stay in place */
[9] Fix | Delete
z-index: 10000; /* Sit on top */
[10] Fix | Delete
left: 0;
[11] Fix | Delete
top: 0;
[12] Fix | Delete
background-color: rgb(120,120,120); /* Black fallback color */
[13] Fix | Delete
background-color: rgba(0,0,0, 0.5); /* Black w/opacity */
[14] Fix | Delete
}
[15] Fix | Delete
#ampforwp-reloaded-feedback-content {
[16] Fix | Delete
position: relative;
[17] Fix | Delete
top: 25%; /* 25% from the top */
[18] Fix | Delete
width: 500px;
[19] Fix | Delete
max-width: 100%;
[20] Fix | Delete
margin: auto;
[21] Fix | Delete
margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
[22] Fix | Delete
max-height: 50%;
[23] Fix | Delete
padding: 20px;
[24] Fix | Delete
background-color: #fff;
[25] Fix | Delete
overflow-y: auto;
[26] Fix | Delete
}
[27] Fix | Delete
.mb-box{display: none;width:100%;}
[28] Fix | Delete
.ampforwp-for-wp-feedback-not-deactivate { display: block; text-align: right; }
[29] Fix | Delete
[30] Fix | Delete
#ampforwp-reloaded-feedback-content h3{
[31] Fix | Delete
margin:5px;
[32] Fix | Delete
font-size: 1em;
[33] Fix | Delete
}
[34] Fix | Delete
[35] Fix | Delete
@media screen and (max-width:400px){
[36] Fix | Delete
#ampforwp-reloaded-feedback-content {
[37] Fix | Delete
padding:0px;
[38] Fix | Delete
padding-bottom:50px;
[39] Fix | Delete
}
[40] Fix | Delete
}
[41] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function