How to resize Jquery ui buttonset and change color of hover -
i'm attempting apply jquery ui theme asp.net radio button list have done font , size of buttonset way big, how can reduce size of button set?
i wondering if it's hard change color of default selected button , color when hovering on button.
thanks
i can't speak hover question, struggling scale down buttonset size. there's no way jquery ui hard work, got wanted adding couple css tweaks page.
<style> .ui-widget { font-size: 10pt; /* huge */ } .ui-button { margin-right: -0.5em !important; /* -0.3em */ } </style> change font-size suit , change margin-right until space between buttons gone.
Comments
Post a Comment