开发者

accordion style problems

开发者 https://www.devze.com 2022-12-17 05:30 出处:网络
Thank you for your responce regarding the below answer: \"When I need to override the styles applied by jQuery UI elements, I usually add a stylesheet that I load after the jQuery UI stylesheet and p

Thank you for your responce regarding the below answer:

"When I need to override the styles applied by jQuery UI elements, I usually add a stylesheet that I load after the jQuery UI stylesheet and put my overrides into it, using the same selectors so that I know that my styles will take precedence. In this case look for the styles associated with the accordion or the widget state and override开发者_如何学Python them."

Could you please advise how to add a stylesheet after the jQuery UI stylesheet has loaded???

Thank you very much!!!!!

Ash


I'm not sure if it's not silly way (rather ugly hack) but adding to your styles !important should fix it


You can add the !important keyword to your styles.

.overrideStyle {
  color: #ccc !important;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号