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

opacity like and dislike #22

Closed
pahamad opened this issue Nov 5, 2014 · 5 comments
Closed

opacity like and dislike #22

pahamad opened this issue Nov 5, 2014 · 5 comments

Comments

@pahamad
Copy link

pahamad commented Nov 5, 2014

Please can you suggest me why Yes and No text opacity is not apply when dragging left and right

@keithdmoore
Copy link
Contributor

I can't explain why it doesn't work but I submitted a pull request to fix that issue. See pull request #16

@pahamad
Copy link
Author

pahamad commented Nov 5, 2014

Thanks man, its working.

@pahamad pahamad closed this as completed Nov 5, 2014
@keithdmoore
Copy link
Contributor

Cheers, glad to hear that.

@pahamad
Copy link
Author

pahamad commented Nov 5, 2014

/* More stylish css */
.yes-text {
border-radius: 5px;
padding: 5px 10px;
border: 3px solid green;
color: green;
text-transform: uppercase;
font-size: 20px;
position: absolute;
top: 50px;
right: 40px;
text-shadow: none;
opacity: 0;
}
.no-text {
border-radius: 5px;
padding: 5px 10px;
border: 3px solid red;
color: red;
text-transform: uppercase;
font-size: 20px;
position: absolute;
top: 50px;
left: 40px;
text-shadow: none;
opacity: 0;
}

@keithdmoore
Copy link
Contributor

Cool. Thanks for sharing that.

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

2 participants