-
Notifications
You must be signed in to change notification settings - Fork 116
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
How to use my css style with this addon #194
Comments
+1 for this |
i want to solve this issue too !! |
You can style this: https://github.com/mharris717/ember-cli-pagination/blob/master/addon/templates/components/page-numbers.hbs If you want to add a First and Last page do this |
PR's to the readme are welcome if this is not clear. |
@dinagr @stephencarr Sorry I totally missed seeing this issue. Worked hard to remove the binding deprecation and was not focused on other issues. |
yeah.. i realized that i can edit the class in handlebars file..... but if i installed this addon from the command and i haven't this file in my project ! what's can i do ?! @broerse |
@dandy91 In your app/styles just add something like this: .pagination > li > a,
.pagination > li > span {
background-color: red;
} |
Hello,
I would like to be able to use my style with this addon.
How can I do it?
Thanks a lot,
Dina
The text was updated successfully, but these errors were encountered: