line highlight and fullscreen in codemirror, thanks lightdot
This commit is contained in:
+14
-1
@@ -29,4 +29,17 @@
|
||||
.cm-s-web2py {
|
||||
line-height: 1.40em;
|
||||
font-family: Monaco, Menlo,"Andale Mono","lucida console","Courier New",monospace !important;
|
||||
}
|
||||
}
|
||||
|
||||
/* Fullscreen mode and active line highlight */
|
||||
|
||||
.cm-s-web2py .CodeMirror-fullscreen {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.cm-s-web2py .activeline {background: #e8f2ff !important;}
|
||||
Reference in New Issue
Block a user