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

Add Style class #5

Closed
ruben82 opened this issue Nov 5, 2018 · 1 comment
Closed

Add Style class #5

ruben82 opened this issue Nov 5, 2018 · 1 comment

Comments

@ruben82
Copy link

ruben82 commented Nov 5, 2018

Hi,
thanks for useful plugin.
I need to change some css value on a specific dialog. How can I achieve it?
If I override modal-dialog class, every dialog change its attributes (as aspected)

Thanks in advance

@TerryZ
Copy link
Owner

TerryZ commented Oct 24, 2019

Try use customClass option to specify custom class

this.$dlg.alert('some text', {
  ...
  customClass: 'morden'
})

@TerryZ TerryZ closed this as completed Oct 24, 2019
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

2 participants