Monaco editor theming.
This commit is contained in:
		@@ -73,6 +73,19 @@
 | 
				
			|||||||
    top: 1.6em;
 | 
					    top: 1.6em;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					/*******************************
 | 
				
			||||||
 | 
					             Monaco
 | 
				
			||||||
 | 
					*******************************/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.monaco-editor, .monaco-editor .inputarea {
 | 
				
			||||||
 | 
					    background: #ecf0f1;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.monaco-editor-background {
 | 
				
			||||||
 | 
					    background: #ecf0f1;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* Mobile */
 | 
					/* Mobile */
 | 
				
			||||||
@media only screen and (max-width: @largestMobileScreen) {
 | 
					@media only screen and (max-width: @largestMobileScreen) {
 | 
				
			||||||
    #filelist {
 | 
					    #filelist {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user