| OLD | NEW |
| 1 .CodeMirror * { | 1 .CodeMirror * { |
| 2 box-sizing: content-box; | 2 box-sizing: content-box; |
| 3 } | 3 } |
| 4 | 4 |
| 5 .CodeMirror { | 5 .CodeMirror { |
| 6 line-height: 1.2em !important; | 6 line-height: 1.2em !important; |
| 7 background-color: transparent !important; | 7 background-color: transparent !important; |
| 8 } | 8 } |
| 9 | 9 |
| 10 .CodeMirror .source-frame-eval-expression { | 10 .CodeMirror .source-frame-eval-expression { |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 } | 70 } |
| 71 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber { | 71 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber { |
| 72 -webkit-border-image: url(Images/breakpointConditional2_2x.png) 2 8 2 2; | 72 -webkit-border-image: url(Images/breakpointConditional2_2x.png) 2 8 2 2; |
| 73 } | 73 } |
| 74 } /* media */ | 74 } /* media */ |
| 75 | 75 |
| 76 .cm-breakpoint-disabled .CodeMirror-linenumber { | 76 .cm-breakpoint-disabled .CodeMirror-linenumber { |
| 77 opacity: 0.5; | 77 opacity: 0.5; |
| 78 } | 78 } |
| 79 | 79 |
| 80 .breakpoints-deactivated .cm-breakpoint .CodeMirror-linenumber { |
| 81 opacity: 0.5; |
| 82 } |
| 83 |
| 84 .breakpoints-deactivated .cm-breakpoint-disabled .CodeMirror-linenumber { |
| 85 opacity: 0.3; |
| 86 } |
| 87 |
| 80 .CodeMirror-matchingbracket { | 88 .CodeMirror-matchingbracket { |
| 81 border-bottom: 1px solid black; | 89 border-bottom: 1px solid black; |
| 82 color: #222 !important; | 90 color: #222 !important; |
| 83 } | 91 } |
| 84 | 92 |
| 85 .CodeMirror-nonmatchingbracket { | 93 .CodeMirror-nonmatchingbracket { |
| 86 color: #222 !important; | 94 color: #222 !important; |
| 87 } | 95 } |
| 88 | 96 |
| 89 .cm-whitespace::before { | 97 .cm-whitespace::before { |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 border-top-right-radius: 1px; | 196 border-top-right-radius: 1px; |
| 189 border-bottom-right-radius: 1px; | 197 border-bottom-right-radius: 1px; |
| 190 } | 198 } |
| 191 | 199 |
| 192 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before { | 200 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before { |
| 193 margin: -1px -1px -1px -1px; | 201 margin: -1px -1px -1px -1px; |
| 194 background-color: rgb(241, 234, 0); | 202 background-color: rgb(241, 234, 0); |
| 195 z-index: -1; | 203 z-index: -1; |
| 196 } | 204 } |
| 197 | 205 |
| 198 span.cm-js-keyword {color: rgb(170, 13, 145);} | |
| 199 span.cm-js-number {color: rgb(28, 0, 207);} | |
| 200 span.cm-js-comment {color: rgb(0, 116, 0);} | |
| 201 span.cm-js-string {color: rgb(196, 26, 22);} | |
| 202 span.cm-js-string-2 {color: rgb(196, 26, 22);} | |
| 203 | |
| 204 span.cm-css-keyword { color: rgb(7, 144, 154);} | |
| 205 span.cm-css-number {color: rgb(50, 0, 255);} | |
| 206 span.cm-css-comment {color: rgb(0, 116, 0);} | |
| 207 span.cm-css-def {color: rgb(200, 0, 0);} | |
| 208 span.cm-css-meta {color: rgb(200, 0, 0);} | |
| 209 span.cm-css-atom {color: rgb(7, 144, 154);} | |
| 210 span.cm-css-string {color: rgb(7, 144, 154);} | |
| 211 span.cm-css-string-2 {color: rgb(7, 144, 154);} | |
| 212 span.cm-css-link {color: rgb(7, 144, 154);} | |
| 213 span.cm-css-variable {color: rgb(200, 0, 0);} | |
| 214 span.cm-css-variable-2 {color: rgb(0, 0, 128);} | |
| 215 span.cm-css-property {color: rgb(200, 0, 0);} | |
| 216 | |
| 217 span.cm-xml-meta {color: rgb(192, 192, 192);} | |
| 218 span.cm-xml-comment {color: rgb(35, 110, 37);} | |
| 219 span.cm-xml-string {color: rgb(26, 26, 166);} | |
| 220 span.cm-xml-tag {color: rgb(136, 18, 128);} | |
| 221 span.cm-xml-attribute {color: rgb(153, 69, 0);} | |
| 222 span.cm-xml-link {color: #00e;} | |
| 223 | |
| 224 .CodeMirror .webkit-html-message-bubble { | 206 .CodeMirror .webkit-html-message-bubble { |
| 225 box-shadow: black 0px 2px 5px; | 207 box-shadow: black 0px 2px 5px; |
| 226 border-radius: 9px; | 208 border-radius: 9px; |
| 227 -webkit-border-fit: lines; | 209 -webkit-border-fit: lines; |
| 228 font-size: 10px; | 210 font-size: 10px; |
| 229 font-family: Lucida Grande, sans-serif; | 211 font-family: Lucida Grande, sans-serif; |
| 230 font-weight: bold; | 212 font-weight: bold; |
| 231 margin: 3px 10px; | 213 margin: 3px 10px; |
| 232 padding: 1px 2px 0; | 214 padding: 1px 2px 0; |
| 233 z-index: 5; | 215 z-index: 5; |
| 234 } | 216 } |
| 235 | 217 |
| 236 .CodeMirror .webkit-html-message-bubble img { | 218 .CodeMirror .webkit-html-message-bubble img { |
| 237 position: relative; | 219 position: relative; |
| 238 top: 1px; | 220 top: 1px; |
| 239 margin-right: 2px; | 221 margin-right: 2px; |
| 240 } | 222 } |
| 241 | 223 |
| 242 .CodeMirror .webkit-html-warning-message { | 224 .CodeMirror .webkit-html-warning-message { |
| 243 background-color: rgb(100%, 62%, 42%); | 225 background-color: rgb(100%, 62%, 42%); |
| 244 border: 2px solid rgb(100%, 52%, 21%); | 226 border: 2px solid rgb(100%, 52%, 21%); |
| 245 } | 227 } |
| 246 | 228 |
| 247 .CodeMirror .webkit-html-error-message { | 229 .CodeMirror .webkit-html-error-message { |
| 248 background-color: rgb(100%, 42%, 42%); | 230 background-color: rgb(100%, 42%, 42%); |
| 249 border: 2px solid rgb(100%, 31%, 31%); | 231 border: 2px solid rgb(100%, 31%, 31%); |
| 250 } | 232 } |
| OLD | NEW |