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

How to use my css style with this addon #194

Open
dinagr opened this issue Nov 23, 2016 · 7 comments
Open

How to use my css style with this addon #194

dinagr opened this issue Nov 23, 2016 · 7 comments

Comments

@dinagr
Copy link

dinagr commented Nov 23, 2016

Hello,

I would like to be able to use my style with this addon.
How can I do it?

Thanks a lot,
Dina

@stephencarr
Copy link

+1 for this

@dandy91
Copy link

dandy91 commented Mar 16, 2017

i want to solve this issue too !!

@broerse
Copy link
Collaborator

broerse commented Mar 17, 2017

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}}

@broerse
Copy link
Collaborator

broerse commented Mar 17, 2017

PR's to the readme are welcome if this is not clear.

@broerse broerse mentioned this issue Mar 17, 2017
Closed
@broerse
Copy link
Collaborator

broerse commented Mar 17, 2017

@dinagr @stephencarr Sorry I totally missed seeing this issue. Worked hard to remove the binding deprecation and was not focused on other issues.

@dandy91
Copy link

dandy91 commented Mar 17, 2017

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

@broerse
Copy link
Collaborator

broerse commented Mar 17, 2017

@dandy91 In your app/styles just add something like this:

.pagination > li > a,
.pagination > li > span {
  background-color: red;
}

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

4 participants