You are using less in your example, you need to compile that to css.
Camden Narzt e: [email protected] p: +1 800 429 7608 p: +1 866 747 9441 ext: 903 On Apr 10, 2014, at 4:52 AM, Ram <[email protected]> wrote: > Why No one answers my Question? > > On Friday, April 4, 2014 12:07:06 PM UTC+5:30, Ram wrote: > How to apply Bootstrap 3's form-control class to Google Visualization > controlWrapper input? > > var stringFilter = new google.visualization.ControlWrapper({ > 'controlType': 'StringFilter', > 'containerId': 'myContainer', > 'options': { > 'filterColumnLabel': 'Name', > "ui": {"label": ""} > } > }); > I try to use less like below methods,but no one works > > Method :1 > > <style type="text/less"> > #myContainer .google-visualization-controls-stringfilter { > input{ > .form-control; > } > } > </style> > Method :2 > > <style type="text/less"> > #myContainer .google-visualization-controls-stringfilter input{ > .form-control; > } > </style> > > This Question StackOverflow link : http://stackoverflow.com/q/22761268/884079 > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" 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 http://groups.google.com/group/google-visualization-api. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Google Visualization API" 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 http://groups.google.com/group/google-visualization-api. For more options, visit https://groups.google.com/d/optout.
