Bug reports Found a bug? Post it here please.
Version 6.x > Bug reports > CSS appears to quit loading after a double colon View modes: 
User avatar
Member
Member
nathan.vaughn-imaginuity - 1/10/2012 1:44:58 PM
   
CSS appears to quit loading after a double colon
I have discovered that a CSS file while stop loading once it reaches a double colon (::). Problem is doulbe colons are is used in CSS. Including in a very common reset CSS included with html5boilerplate.

Here's the CSS in question
::-moz-selection{ background: #0054a5; color:#fff; text-shadow: none; }
::selection { background:#0054a5; color:#fff; text-shadow: none; }

If that code is in my CSS, that's where it stops loading. If I remove it, the whole CSS loads.

This has only happened since version 6. I'm enjoying most of the other features so far though!

User avatar
Member
Member
nathan.vaughn-imaginuity - 1/10/2012 2:29:26 PM
   
RE:CSS appears to quit loading after a double colon
I really should have proofed my post. Here's the opening paragraph, sounding like someone who knows English well:

I have discovered that a CSS file will stop loading once it reaches a double colon (::). Problem is double colons are used in CSS, including in a very common reset CSS within html5boilerplate.

User avatar
Kentico Support
Kentico Support
kentico_janh - 1/10/2012 10:56:41 PM
   
RE:CSS appears to quit loading after a double colon
Hello,

Yes, there was a bug with the CSS minification in version 6 of Kentico CMS, so please apply the latest hotfix or turn off the CSS minification in the Site Manager -> Settings -> System -> Performance -> Allow CSS minification.

Best regards,
Jan Hermann