开发者

Jquery ui compressed stylesheet

开发者 https://www.devze.com 2023-03-05 21:50 出处:网络
So I have compressed jquery ui stylesheet to save bandwidth and suddenly dialog windows started to look weird.

So I have compressed jquery ui stylesheet to save bandwidth and suddenly dialog windows started to look weird.

This is how they look when I use uncompressed stylesheet:

Jquery ui compressed stylesheet

With compressed stylesheet:

Jquery ui compressed stylesheet

I used this website to compress the style开发者_运维百科sheet: https://csscompressor.net/

Any ideas what's wrong?


Not all CSS compressors are the same. It's likely the compressor has removed important syntax/grouped styles. This is one of the cons of using a compressor; it can break things. Difficult to tell why exactly without examining the CSS file.

Suggestions:

  • Try using a different compressor
  • Pretty-fy the compressed CSS to find if anything that just doesn't look right.
  • Use Firebug to determine if the required styles are set
0

精彩评论

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