Cofffee-Assets/styles/mods/display_transparentmedia.css

10 lines
211 B
CSS
Raw Permalink Normal View History

/*
Remove the checker-board background from the media modal:
- this makes transparent images actually transparent
author: trwnh
license: Public Domain
*/
.media-modal canvas,
.media-modal img
{background: none}