Dodaj kolor etykiety 'pla_single' w klasie Products
This commit is contained in:
@@ -75,6 +75,8 @@ class Products
|
||||
$custom_label_4_color = 'background-color:rgb(255, 0, 0); color: #FFF;';
|
||||
else if ( $custom_label_4 == 'zombie' )
|
||||
$custom_label_4_color = 'background-color:rgb(58, 58, 58); color: #FFF;';
|
||||
else if ( $custom_label_4 == 'pla_single' )
|
||||
$custom_label_4_color = 'background-color:rgb(49, 184, 9); color: #FFF;';
|
||||
else if ( $custom_label_4 == 'pla' )
|
||||
$custom_label_4_color = 'background-color:rgb(74, 63, 136); color: #FFF;';
|
||||
else if ( $custom_label_4 == 'paused' )
|
||||
|
||||
Reference in New Issue
Block a user