This repository was archived by the owner on May 16, 2021. It is now read-only.

Description
When the CSS sprite images(responsible for the background for inputs) are not available or i just removed the CSS sprite image, then the default behavior of the browser for the inputs(select, input) is not coming, i just see the text alone, i am able to recreate this issue in the demo html provided in the GIT. PFA Screenshot.
I understand this is because of the opacity which is turned off to zero by css. Is there any way to overcome this issue?
Expected behavior: When i remove CSS background images or when CSS sprite background image is not available due to network issue, my page should take the default behavior of the browser,
Before issue:

After Issue:
