lafi-business-group / lafi-sa.issues

Issue only repo for public. Please report all issues of lafi-sa.com in this repo
https://www.lafi-sa.com
0 stars 0 forks source link

[track-update-order] [frontend] :: Modals should be displayed with opacity #9

Closed azharakbar closed 4 years ago

azharakbar commented 4 years ago

Describe the bug There are different modals in update and track order pages which when opened appear on a background which doesnt look appealing to the user compared to a transparent background

To Reproduce Steps to reproduce the behavior:

  1. Go to any updateOrder or trackOrder page
  2. Open any modal, like, View & Verify Ordered Items 3.The popup opens in a white background

Expected behavior The popup should appear in a transparent background

Screenshots image

azharakbar commented 4 years ago

Root Cause This is because of a class pop_bg_wt getting applied to all div.modal in trackOrder and updateOrder pages

Also for certain modals, there was a background-color setting to white through CSS files

Fix

  1. Remove all pop_bg_wt class on div.modal
  2. Remove background-color: white; CSS definitions that gets applied over modals in track and update order pages
azharakbar commented 4 years ago

image