editor.css in Patterns 7
Same filename and directory in other branches
@CHARSET "UTF-8"; .CodeMirror { font-size: 1.1em; border-top: 1px solid black; border-bottom: 1px solid black; } .activeline {background: #f0fcff !important;} .fullscreen { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; margin: 0; padding: 0; border: 0px solid #BBBBBB; opacity: 1; background: white; }
File
css/editor.cssView source
- @CHARSET "UTF-8";
-
-
- .CodeMirror {
- font-size: 1.1em;
- border-top: 1px solid black;
- border-bottom: 1px solid black;
- }
-
- .activeline {background: #f0fcff !important;}
-
- .fullscreen {
- display: block;
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- z-index: 9999;
- margin: 0;
- padding: 0;
- border: 0px solid #BBBBBB;
- opacity: 1;
- background: white;
- }