vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css in rich-1.4.2 vs vendor/assets/ckeditor/ckeditor/plugins/codemirror/theme/rubyblue.css in rich-1.4.3

- old
+ new

@@ -1,5 +1,5 @@ -.cm-s-rubyblue { font:13px/1.4em; } /* - customized editor font - */ +.cm-s-rubyblue { font:13px/1.4em Trebuchet, Verdana, sans-serif; } /* - customized editor font - */ .cm-s-rubyblue.CodeMirror { background: #112435; color: white; } .cm-s-rubyblue div.CodeMirror-selected { background: #38566F !important; } .cm-s-rubyblue .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; } .cm-s-rubyblue .CodeMirror-linenumber { color: white; }