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

supersized.shutter.css contains RGBA values of 256 #175

Open
ZirconCode opened this issue May 6, 2014 · 0 comments
Open

supersized.shutter.css contains RGBA values of 256 #175

ZirconCode opened this issue May 6, 2014 · 0 comments

Comments

@ZirconCode
Copy link

In supersized.shutter.css there are three references to rgba(). Css only allows values up to 255 since 0 is included in the number range. The lines containing 256 should be changed to:

 #thumb-back:hover, #thumb-forward:hover{ cursor:pointer; background-color:rgba(255,255,255, 0.1); }
 #thumb-back:hover{ border-right:1px solid rgba(255,255,255, 0.2); }
 #thumb-forward:hover{ border-left:1px solid rgba(255,255,255, 0.2); }
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

1 participant