Widget styles
Widget styles
Maybe it's just me cause I just started using the UI library but I am
trying to find a way to apply a certain set of styles to an instance
of a widget.
For example I am using the tabs widget, I want to use it at the top of
my site as the main navigation and I want to edit the styles apllied
to that instance so that I can taylor it to match my sites look and
feel. But I also want to be able to use the tabs widget again in my
page alowing it to use it's default style/theme.
I have tried to override the default style/theme for the top tabs
widget like so...
#mainNavTabs .ui-tabs .ui-tabs-nav li { float: right; border-bottom:
0 !important; margin: 0 .2em -1px 0; padding: 0; list-style: none; }
but this does not work.