Files
Codiad/components/editor/screen.css
2012-12-01 20:14:38 +01:00

26 lines
520 B
CSS
Executable File

#editor-region {
width: 100%;
height: 100%;
}
.editor {
top: 25px;
width: 100%;
height: 100%;
color: #fff;
}
.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: url(gutter-bg.jpg);
color: #ccc;
}
.ace_error {
background-position: 3px 0 !important;
}