Changeset 3669:41c8e8a58e1f for admin/style
- Timestamp:
- 01/19/18 16:54:20 (8 years ago)
- Branch:
- default
- Location:
- admin/style
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/style/default.css
r3639 r3669 3282 3282 border-top: none; } } 3283 3283 /** -------------------------------------------------- 3284 Plugins 3285 --------------------------------------------------- */ 3286 /* dcLegacyEditor */ 3287 /* WYSIWYG Document */ 3288 body.wysiwygDoc { 3289 font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; } 3290 3291 .wysiwygDoc pre, .wysiwygDoc code, .wysiwygDoc kbd, .wysiwygDoc samp { 3292 font-family: "Andale Mono", AndaleMono, Consolas, Monaco, "Courier New", monospace; } 3293 3294 /* dcCKEditor */ 3295 .cke textarea.cke_source { 3296 font-family: "Andale Mono", AndaleMono, Consolas, Monaco, "Courier New", monospace; 3297 font-size: 100%; } 3298 3299 /** -------------------------------------------------- 3284 3300 3rd parties 3285 3301 --------------------------------------------------- */ … … 3632 3648 padding-left: 6px; 3633 3649 padding-right: 6px; } } 3650 /* CodeMirror CSS */ 3651 .CodeMirror { 3652 /* Set height, width, borders, and global font properties here */ 3653 font-family: "Andale Mono", AndaleMono, Consolas, Monaco, "Courier New", monospace !important; } 3654 3634 3655 /** -------------------------------------------------- 3635 3656 Debug -
admin/style/scss/default.scss
r3389 r3669 78 78 79 79 /** -------------------------------------------------- 80 Plugins 81 --------------------------------------------------- */ 82 @import "partials/editors"; 83 84 /** -------------------------------------------------- 80 85 3rd parties 81 86 --------------------------------------------------- */ 82 87 @import "vendor/magnific-popup"; 88 @import "vendor/codemirror"; 83 89 84 90 /** --------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.