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

fix svg paths in css #203

Merged
merged 1 commit into from
Oct 21, 2017
Merged

fix svg paths in css #203

merged 1 commit into from
Oct 21, 2017

Conversation

dartcafe
Copy link
Collaborator

No description provided.

@dartcafe dartcafe self-assigned this Oct 21, 2017
@dartcafe dartcafe added this to the 0.8.1 milestone Oct 21, 2017
@dartcafe dartcafe requested a review from v1r0x October 21, 2017 13:01
@dartcafe dartcafe mentioned this pull request Oct 21, 2017
@lachmanfrantisek
Copy link

I think the ./css/createpoll.css should be fixed as well:

table .icon-close {
 cursor:pointer;
 background-color:#ffede9;
 padding:0 5px;
 background-image:url('../img/no-vote.svg')
}
table .icon-checkmark {
 cursor:pointer;
 background-color:#ebf5d6;
 padding:0 5px;
 background-image:url('../img/yes-vote.svg')
}

Copy link
Collaborator

@v1r0x v1r0x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@v1r0x v1r0x merged commit ff79974 into master Oct 21, 2017
@v1r0x v1r0x deleted the css-fix branch October 21, 2017 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants