You are here

editor.css in Patterns 7.2

Same filename and directory in other branches
  1. 7 css/editor.css
@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.css
View source
  1. @CHARSET "UTF-8";
  2. .CodeMirror {
  3. font-size: 1.1em;
  4. border-top: 1px solid black;
  5. border-bottom: 1px solid black;
  6. }
  7. .activeline {background: #f0fcff !important;}
  8. .fullscreen {
  9. display: block;
  10. position: absolute;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. height: 100%;
  15. z-index: 9999;
  16. margin: 0;
  17. padding: 0;
  18. border: 0px solid #BBBBBB;
  19. opacity: 1;
  20. background: white;
  21. }