开发者

Make a JQuery Highlight Bar thinner

开发者 https://www.devze.com 2023-01-12 07:59 出处:网络
I am currently using JQuery UI for several UI elements on my site.Is there a way to make the highlight and error bars thinner?

I am currently using JQuery UI for several UI elements on my site. Is there a way to make the highlight and error bars thinner?

I 开发者_Go百科am referring to the two things found in the lower-right here.

I imagine there should be a CSS property that I can change to fix this, I just can't seem to find it.

Solution: .ui-state-highlight p { margin-top:3px; margin-bottom:3px; }


On the jQuery page there is a margin on the p tag in the content. It should conform to the content that you are inserting. Can you post the problem you are having.

0

精彩评论

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