BUG-13122 SOLVED Guiones bajos (_) desaparecen del editor de triggers

This commit is contained in:
Roly Gutierrez
2013-10-22 10:20:39 -04:00
parent 8a053bc153
commit 54cc5537bc

View File

@@ -237,7 +237,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }
/*.CodeMirror span { *vertical-align: text-bottom; }*/
@media print {
/* Hide the cursor when printing */