Advertisement
Galinoa

Browser - Remove PNG Background

Apr 28th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.17 KB | None | 0 0
  1. @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
  2.  
  3. /* Remove white noise BG from transparent images */
  4. img.transparent {
  5.   background: none;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement