Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

flippyReverse background-color #20

Open
MiPnamic opened this issue Sep 12, 2013 · 5 comments
Open

flippyReverse background-color #20

MiPnamic opened this issue Sep 12, 2013 · 5 comments

Comments

@MiPnamic
Copy link

I flipped a div without a specified background color and when I flipped it reverse the background-color was black.

@lfender6445
Copy link

👍 same here

@jacopocolo
Copy link

Same problem. Anyone found a workaround?

EDIT:
Found it, it happens if the element has no background color to begin with. A background-color: inherit will do the job.

@calekennedy
Copy link

The "background-color: inherit;" solution did not work for me. It seems to be impossible to keep the flippy element's background transparent.

@jacopocolo
Copy link

I cannot try it at the moment but maybe try with background-color: transparent; or with background-color: rgba(0, 0, 0, 0);?

@PlamenSh
Copy link

PlamenSh commented May 4, 2014

"background-color: transparent !important;" solved it for me

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants