: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
/* ****************************************************************************
@import "~@wpmudev/shared-ui/scss/functions";
@import "~@wpmudev/shared-ui/scss/colors";
@import "~@wpmudev/shared-ui/scss/variables";
$sui-version: 'smush-media';
@import "~@wpmudev/shared-ui/scss/mixins";
@import "~@wpmudev/shared-ui/scss/tooltips";
/* ****************************************************************************
.manage-column.column-smushit {
// Smush button loading icon.
.smush-ignore-utm,.smush-revert-utm{
&.smush-warning,&.smush-ignored,&.smush-success{
background: url('../images/icon-warning.png' ) no-repeat 0 0;
background-size: contain;
background-image: url('../images/icon-ignored.png' ) !important;
background-image: url('../images/icon-success.png' ) !important;
.sui-icon-warning-media-lib {
.column-smushit .smush-status{
table.wp-smush-stats-holder {
border: 1px solid #E6E6E6;
border-collapse: collapse;
border-bottom: 1px solid #E6E6E6 !important;
border: 1px solid #E6E6E6;
overflow-wrap: break-word;
border-bottom: 1px solid #E6E6E6;
// Override !important set from WordPress.
border-bottom: 1px solid #E6E6E6 !important;
// Responsive table for list mode.
@media screen and (max-width: 1024px) {
.wp-list-table .smushit {
table.wp-smush-stats-holder {
display: table-cell !important;
.iedit .smush-stats-details {
/*NextGen Gallery stats*/
table.wp-smush-stats-holder {
border: 1px solid lightgray;
border-collapse: collapse;
border: 1px solid #CECECE;
/** NextGen Gallery tr height, to show the progress bar properly for alternate rows **/
/** Allows to click on button, otherwise row-actions from NextGen interferes **/