2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-01-31 12:49:34 +00:00

www/codemirror/*: Updated remaining files to codemirror 5.8

git-svn-id: https://svn.fhem.de/fhem/trunk@9672 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rapster 2015-10-25 17:57:26 +00:00
parent b8cc489222
commit f6c9442730
3 changed files with 23 additions and 23 deletions

View File

@ -1,4 +1,4 @@
Copyright (C) 2014 by Marijn Haverbeke <marijnh@gmail.com> and others Copyright (C) 2015 by Marijn Haverbeke <marijnh@gmail.com> and others
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,23 +1,23 @@
.cm-s-eclipse span.cm-meta {color: #FF1717;} .cm-s-eclipse span.cm-meta { color: #FF1717; }
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; } .cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
.cm-s-eclipse span.cm-atom {color: #219;} .cm-s-eclipse span.cm-atom { color: #219; }
.cm-s-eclipse span.cm-number {color: #164;} .cm-s-eclipse span.cm-number { color: #164; }
.cm-s-eclipse span.cm-def {color: #00f;} .cm-s-eclipse span.cm-def { color: #00f; }
.cm-s-eclipse span.cm-variable {color: black;} .cm-s-eclipse span.cm-variable { color: black; }
.cm-s-eclipse span.cm-variable-2 {color: #0000C0;} .cm-s-eclipse span.cm-variable-2 { color: #0000C0; }
.cm-s-eclipse span.cm-variable-3 {color: #0000C0;} .cm-s-eclipse span.cm-variable-3 { color: #0000C0; }
.cm-s-eclipse span.cm-property {color: black;} .cm-s-eclipse span.cm-property { color: black; }
.cm-s-eclipse span.cm-operator {color: black;} .cm-s-eclipse span.cm-operator { color: black; }
.cm-s-eclipse span.cm-comment {color: #3F7F5F;} .cm-s-eclipse span.cm-comment { color: #3F7F5F; }
.cm-s-eclipse span.cm-string {color: #2A00FF;} .cm-s-eclipse span.cm-string { color: #2A00FF; }
.cm-s-eclipse span.cm-string-2 {color: #f50;} .cm-s-eclipse span.cm-string-2 { color: #f50; }
.cm-s-eclipse span.cm-qualifier {color: #555;} .cm-s-eclipse span.cm-qualifier { color: #555; }
.cm-s-eclipse span.cm-builtin {color: #30a;} .cm-s-eclipse span.cm-builtin { color: #30a; }
.cm-s-eclipse span.cm-bracket {color: #cc7;} .cm-s-eclipse span.cm-bracket { color: #cc7; }
.cm-s-eclipse span.cm-tag {color: #170;} .cm-s-eclipse span.cm-tag { color: #170; }
.cm-s-eclipse span.cm-attribute {color: #00c;} .cm-s-eclipse span.cm-attribute { color: #00c; }
.cm-s-eclipse span.cm-link {color: #219;} .cm-s-eclipse span.cm-link { color: #219; }
.cm-s-eclipse span.cm-error {color: #f00;} .cm-s-eclipse span.cm-error { color: #f00; }
.cm-s-eclipse .CodeMirror-activeline-background {background: #e8f2ff !important;} .cm-s-eclipse .CodeMirror-activeline-background { background: #e8f2ff; }
.cm-s-eclipse .CodeMirror-matchingbracket {outline:1px solid grey; color:black !important;} .cm-s-eclipse .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }

View File

@ -32,7 +32,7 @@
cursor: pointer; cursor: pointer;
} }
.CodeMirror-hint-active { li.CodeMirror-hint-active {
background: #08f; background: #08f;
color: white; color: white;
} }