fix full-screen and theme selector

This commit is contained in:
ilvalle
2013-06-09 19:48:57 +02:00
parent c75ef1af4f
commit afedd8c235
3 changed files with 21 additions and 18 deletions
+4 -13
View File
@@ -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;}