Files
Codiad/components/editor/screen.css
2012-09-20 08:32:50 -07:00

16 lines
531 B
CSS
Executable File

#editor-region { width: 100%; height: 100%; }
.editor { width: 100%; height: 100%; background: #1a1a1a; color: #fff; font-size: 14px; }
.ace_content { padding: 0; margin: 0; }
.ace_gutter-layer {
padding: 0;
-webkit-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
-moz-box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
box-shadow: inset -3px 0px 10px 0px rgba(0, 0, 0, .5);
/*background: #303030;*/
background: url(gutter-bg.jpg);
}
.ace_error { background-position: 3px 0 !important; }