You are here

ace_editor.css in Ace Code Editor 7

pre.ace_editor {
  position: relative;
  border: 1px solid #ccc;
}

div.ace_gutter-cell.ace_error,
div.ace_gutter-cell.ace_warning {
  background: none;
}

File

styles/ace_editor.css
View source
  1. pre.ace_editor {
  2. position: relative;
  3. border: 1px solid #ccc;
  4. }
  5. div.ace_gutter-cell.ace_error,
  6. div.ace_gutter-cell.ace_warning {
  7. background: none;
  8. }