Using @-moz-document breaks CodeMirror
Firefox 27, Stylish 1.4.2
Without @-moz-document, tag selectors are .cm-tag and id selectors are .cm-built-in
With @-moz-document, tag selectors are .cm-property.cm-error and id selectors are .cm-error
(The red underline in the screenshots is .cm-error)
This is a real nuisance.
Without @-moz-document, tag selectors are .cm-tag and id selectors are .cm-built-in
With @-moz-document, tag selectors are .cm-property.cm-error and id selectors are .cm-error
(The red underline in the screenshots is .cm-error)
This is a real nuisance.
Comments
And has anyone else noticed that it gets stuck a little when cursor lands on a data url, or is it just me?
Stylish must talk with codemirror about ignoring @-moz-document block :D
It's already been fixed on Firefox 29.Oops. You're right.
Does this mean I should be using "@media print" ?
Does anyone know how to get my scrollers back? I just noticed that they're missing.
So, if i'm correct you can embrace in comment the code in this file and that should restore old scrollbas style or you can write a style for them.