You are here

ambiance-mobile.css in CSS Editor 7

.cm-s-ambiance.CodeMirror {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

File

lib/codemirror-3.11/theme/ambiance-mobile.css
View source
  1. .cm-s-ambiance.CodeMirror {
  2. -webkit-box-shadow: none;
  3. -moz-box-shadow: none;
  4. box-shadow: none;
  5. }