As much as I like themeRoller I would like to be able to manipulate and replace the css styling of some of my jQuery UI components, especially the buttons.
I've been successful at changing the font and size but I'm unable to change the background image and padding. I looked around in the theme css file in the hopes of finding something to overwrite, but nothing seemed to work.
Can someone give me some insight on how to get the achieve the code below correctly?:P
**.CSS file**
#create-user .ui-button
{
background-image: none;
}
**.xhtml file**
以上就是Overriding jQuery UI style on specific components的详细内容,更多请关注web前端其它相关文章!