| OLD | NEW |
| 1 .CodeMirror { | 1 .CodeMirror { |
| 2 line-height: 1.2em !important; | 2 line-height: 1.2em !important; |
| 3 background-color: transparent !important; | 3 background-color: transparent !important; |
| 4 color: #222; | 4 color: #222; |
| 5 } | 5 } |
| 6 | 6 |
| 7 .CodeMirror-linewidget { | 7 .CodeMirror-linewidget { |
| 8 overflow: visible !important; | 8 overflow: visible !important; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 background-color: transparent; | 352 background-color: transparent; |
| 353 } | 353 } |
| 354 | 354 |
| 355 .-theme-with-dark-background .CodeMirror .CodeMirror-selected { | 355 .-theme-with-dark-background .CodeMirror .CodeMirror-selected { |
| 356 background-color: #454545; | 356 background-color: #454545; |
| 357 } | 357 } |
| 358 | 358 |
| 359 .CodeMirror .auto-complete-text{ | 359 .CodeMirror .auto-complete-text{ |
| 360 color: rgb(128,128,128); | 360 color: rgb(128,128,128); |
| 361 } | 361 } |
| OLD | NEW |