Fix sprockets compilation error related to filter: progid:

```
Invalid CSS after "...);filter:progid": expected ";", was ": DXImageTransf..."
```
This commit is contained in:
kleroy 2015-10-24 12:35:56 +02:00
parent d3a2625bb2
commit e1b70d737e
3 changed files with 7 additions and 6 deletions

View file

@ -643,6 +643,7 @@ span.CodeMirror-selectedtext { background: none; }
.CodeMirror .CodeMirror-code .cm-strikethrough {
text-decoration: line-through;
}
.CodeMirror .cm-spell-error:not(.cm-url):not(.cm-comment) {
background: rgba(255, 0, 0, .15);
}