source: branches/2.2/plugins/LocalFilesEditor/codemirror/mode/xml/xml.css @ 10310

Last change on this file since 10310 was 10310, checked in by patdenice, 13 years ago

merge r10307 from trunk to branch 2.2
feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File size: 222 bytes
Line 
1span.xml-tag {color: #a0b;}
2span.xml-attribute {color: #281;}
3span.xml-attname {color: #00f;}
4span.xml-comment {color: #a70;}
5span.xml-cdata {color: #48a;}
6span.xml-processing {color: #999;}
7span.xml-entity {color: #a22;}
Note: See TracBrowser for help on using the repository browser.