Dotclear

source: admin/style/scss/partials/_editors.scss @ 3669:41c8e8a58e1f

Revision 3669:41c8e8a58e1f, 283 bytes checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Adjust editors base font size (CodeMirror?, dcLegacyEditor, dcCKEditor), should fix #2263

Line 
1/* dcLegacyEditor */
2
3/* WYSIWYG Document */
4body.wysiwygDoc {
5     font-family: $sans-serif;
6}
7.wysiwygDoc pre, .wysiwygDoc code, .wysiwygDoc kbd, .wysiwygDoc samp {
8     font-family: $monospace;
9}
10
11/* dcCKEditor */
12
13.cke textarea.cke_source {
14     font-family: $monospace;
15     font-size: 100%;
16}
Note: See TracBrowser for help on using the repository browser.

Sites map