fix full-screen and theme selector
This commit is contained in:
+4
-13
@@ -18,7 +18,9 @@
|
||||
.cm-s-web2py span.cm-tag {color: #170;}
|
||||
.cm-s-web2py span.cm-attribute {color: #00c;}
|
||||
.cm-s-web2py span.cm-link {color: #219;}
|
||||
|
||||
.cm-s-web2py {
|
||||
background: white;
|
||||
}
|
||||
.cm-s-web2py .CodeMirror-matchingbracket {
|
||||
border:1px solid grey;
|
||||
color:black !important;;
|
||||
@@ -31,15 +33,4 @@
|
||||
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;}
|
||||
.cm-s-web2py .activeline {background: #e8f2ff !important;}
|
||||
|
||||
Reference in New Issue
Block a user