summaryrefslogtreecommitdiff
path: root/public/vendor/codemirror/theme/ambiance-mobile.css
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpublic/vendor/codemirror/theme/ambiance-mobile.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/vendor/codemirror/theme/ambiance-mobile.css b/public/vendor/codemirror/theme/ambiance-mobile.css
new file mode 100755
index 00000000..88d332e1
--- /dev/null
+++ b/public/vendor/codemirror/theme/ambiance-mobile.css
@@ -0,0 +1,5 @@
+.cm-s-ambiance.CodeMirror {
+ -webkit-box-shadow: none;
+ -moz-box-shadow: none;
+ box-shadow: none;
+}