no box shadow on the editor

This commit is contained in:
Koen Lageveen 2014-11-19 08:55:26 +01:00
parent ed68ede498
commit de2f9914fd
1 changed files with 9 additions and 6 deletions

View File

@ -130,13 +130,16 @@
}
pre,
textarea,
.CodeMirror {font-family: "gnu-freefont";}
.CodeMirror {
border: none;
font-size:16px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: transparent;
font-family: "gnu-freefont";
}
.CodeMirror {
border: none;
font-size:16px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
background: transparent;
box-shadow: none !important;
}
.CodeMirror-gutters {
background: transparent;