Merge pull request #2091 from gproly/BUG-13122

BUG-13122 SOLVED Guiones bajos (_) desaparecen del editor de triggers
This commit is contained in:
julceslauhub
2013-10-22 07:57:50 -07:00

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 */