Hi, I use different DivExtreme controls. one of theme (a SelectBox) need's a different style than the others.
I produced a nice style with the ThemeBuilder <https://js.devexpress.com/ThemeBuilder/> and I can use it successfully for the hole application. But I want to use it only for one control. So I used the same (s-)css in the scss -file for the one control (copied into it), but it is not working. As one of the styles I want to change I testet on the background color. I set the class style to a funny color like yellow, but it is not showen in blue. I also set a *"!important"* behind the style. Also it is'nt showen in blue. background-color: blue !important; So *how to style my control?* Some other idea is to include the style -array in .angular-cli.json. But than I don't know how to allocate it to the single control. Frank -- You received this message because you are subscribed to the Google Groups "Angular and AngularJS discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
