Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default hover color for shapes options #9

Closed
mg1075 opened this issue Jul 20, 2015 · 1 comment
Closed

default hover color for shapes options #9

mg1075 opened this issue Jul 20, 2015 · 1 comment

Comments

@mg1075
Copy link

mg1075 commented Jul 20, 2015

Using the default export.css file, the hover action for annotation shapes is black on black, and therefore makes the shape illegible.

image

It would be nice if the out-of-the-box export.css file had an alternate background hover color for the shapes. I realize anyone can customize the css file, but out of the box, the css file should not have to be altered for something of this nature.

.amcharts-export-menu .export-drawing-shape a:hover {
    background-color: #f5f5f5;
}

image

@martynasma
Copy link
Collaborator

Thanks for bringing it to our attention.

Grab the latest export.css from the repo. It will invert those images on hover.

.amcharts-export-menu .export-drawing-shape a:hover img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

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

No branches or pull requests

2 participants