do not use solid background for invalid to not cover selection

This commit is contained in:
nightwing 2012-04-29 00:35:01 +04:00
commit 341f52b809

View file

@ -101,8 +101,8 @@ exports.cssText = ".ace-tm .ace_editor {\
}\
\
.ace-tm .ace_line .ace_invalid {\
background-color: rgb(153, 0, 0);\
color: white;\
background-color: rgba(255, 0, 0, 0.1);\
color: red;\
}\
\
.ace-tm .ace_line .ace_support.ace_function {\