mirror of
https://github.com/Coffeedon/Cofffee-Assets.git
synced 2024-11-21 22:00:59 +00:00
10 lines
211 B
CSS
10 lines
211 B
CSS
|
/*
|
||
|
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}
|