asks/static.php direction ): $sum += $ob_row->amount * $ob_row->rate; $percetageDepth = (($sum)/($market->ask_volume_base))*100; // The Market Depth Calculation ?> rate ); ?> amount ); ?> amount * $ob_row->rate ); ?> bids/static.php direction ): $sum += $ob_row->amount * $ob_row->rate; $percetageDepth = (($sum)/($market->bid_volume_base))*100; // The Market Depth Calculation ?> amount * $ob_row->rate ); ?> amount ); ?> rate ); ?> CSS Overide `.dashed-slug-wallets-exchange.asks table tr { margin-bottom: 0; background-image: linear-gradient(to right, rgb(255, 228, 228) 0%, rgb(255, 228, 228) 17%, rgb(255, 228, 228) 33%, rgb(255, 228, 228) 67%, rgb(255, 228, 228) 83%, rgb(255, 228, 228) 100%); /* your gradient */ background-repeat: no-repeat; /* don't remove */ } .dashed-slug-wallets-exchange.bids table tr.negative { margin-bottom: 0; background-image: linear-gradient(to left, rgba(197, 223, 206, 1) 0%, rgba(197, 223, 206, 1) 17%, rgba(197, 223, 206, 1) 33%, rgba(197, 223, 206, 1) 67%, rgba(197, 223, 206, 1) 83%, rgba(197, 223, 206, 1) 100%); background-position: 100% 100%; background-repeat: no-repeat; }`