Page 1 of 1

CSS on JQButtonSet

PostPosted: 09 Feb 2019 01:03
by TheoLang
Hello,

on an normal button i can set css property with buttoncss.

How can i do that with a buttonSet to set the propertys of all buttons. I tried with css property but that did not work.

Thanks
Theo

Re: CSS on JQButtonSet

PostPosted: 11 Feb 2019 15:49
by Alexander Bulei
Hi TheoLang,

Use the follow css class for buttons:

css code
.group-btn-set button.ui-button{

}


Best Regards.