ember-cli-pagination
ember-cli-pagination copied to clipboard
How to use my css style with this addon
Hello,
I would like to be able to use my style with this addon. How can I do it?
Thanks a lot, Dina
+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 {{page-numbers content=content showFL=true}}
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;
}