Commit 9f44196aa74cbd91e70373f176ebee4ad6606141

Authored by ykxie
1 parent 40ac1b9b

全屏样式

dist/css/cm-theme/vibrant-ink.css
1   -/* Taken from the popular Visual Studio Vibrant Ink Schema */
  1 +/* Taken from the popular Visual Studio Vibrant Ink Schema */
2 2  
3 3 .cm-s-vibrant-ink { background: black; color: white; }
4 4 .cm-s-vibrant-ink .CodeMirror-selected { background: #35493c !important; }
... ...
dist/gxb-ide/Iterm.js
... ... @@ -247,6 +247,9 @@
247 247 } else if (document.webkitExitFullscreen) {
248 248 document.webkitExitFullscreen();
249 249 }
  250 +
  251 + $('.CodeMirror-gutter').css('display','block');
  252 + $('.console-wrap').css('paddingLeft','204px');
250 253 }
251 254  
252 255 window.Iterm = Iterm
... ...
dist/js/gbdebug/mode/ecl/index.html
1   -<!doctype html>
  1 +<!doctype html>
2 2 <html>
3 3 <head>
4 4 <title>CodeMirror: ECL mode</title>
... ...
dist/js/recorder/Myna.js
1   -(function(window) {
  1 +(function(window) {
2 2 //兼容
3 3 window.URL = window.URL || window.webkitURL;
4 4 navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia;
... ...
dist/js/recorder1/Myna.js
1   -(function(window) {
  1 +(function(window) {
2 2 //兼容
3 3 window.URL = window.URL || window.webkitURL;
4 4 navigator.getUserMedia = navigator.getUserMedia || navigator.webkitGetUserMedia || navigator.mozGetUserMedia || navigator.msGetUserMedia;
... ...