MyBB Community Forums

Full Version: CSS Editing Problem in MyBB
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Today I faced a odd problem while creating a theme. In global css I added a css code like this one below, and saved it.

@media all and (-webkit-min-device-pixel-ratio:10000),not all and (-webkit-min-device-pixel-ratio:0)

But later when I am clicking the global.css to edit it, it saying link dose't exists or broken. Thats because of that code, but the above code is valid css code. To open the global.css from ACP I had to remove the code. Any Solution to this problem?
It seems certain @ rules don't work with Codepress. I know @font-face and @import are the same but I'm not sure about any other. Have you tried it without Codepress?
Yes, I tried in chrome. Its also not working in chrome.