2 line-height: 1.2em !important
;
3 background-color: transparent
!important
;
6 .CodeMirror-linewidget {
7 overflow: visible
!important
;
10 .CodeMirror .source-frame-eval-expression {
12 border: 1px solid rgb
(163, 41, 34);
14 border-right-width: 0;
15 background-color: rgb
(255, 255, 194);
18 .CodeMirror .source-frame-eval-expression-end {
19 border-right-width: 1px;
23 .CodeMirror .source-frame-eval-expression-start {
24 border-left-width: 1px;
28 .CodeMirror-readonly .CodeMirror-cursor {
32 .CodeMirror .CodeMirror-gutters {
33 border-right: 1px solid rgb
(187, 187, 187);
34 background-color: #eee;
37 .CodeMirror .CodeMirror-linenumber {
38 color: rgb
(128, 128, 128);
41 .CodeMirror-linenumber {
42 min-width: 22px !important
;
46 -webkit-animation: fadeout
2s 0s;
48 @-webkit-keyframes fadeout
{
49 from
{background-color: rgb
(255, 255, 120); }
50 to
{ background-color: white
; }
53 .cm-highlight.cm-execution-line {
54 -webkit-animation: fadeout-execution-line
1s 0s;
56 @-webkit-keyframes fadeout-execution-line
{
57 from
{background-color: rgb
(121, 141, 254); }
58 to
{ background-color: rgb
(171, 191, 254); }
61 .cm-breakpoint .CodeMirror-linenumber {
63 border-width: 1px 4px 1px 1px !important
;
64 -webkit-border-image: url
(Images/breakpoint.png) 1 4 1 1;
65 margin: 0 0 0 3px !important
;
69 line-height: 12px !important
;
72 .cm-line-without-source-mapping {
73 background-color: #fafafa;
76 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber {
77 -webkit-border-image: url
(Images/breakpointConditional.png) 1 4 1 1;
80 @media (-webkit-min-device-pixel-ratio: 1.5) {
81 .cm-breakpoint .CodeMirror-linenumber {
82 -webkit-border-image: url
(Images/breakpoint_2x.png) 2 8 2 2;
84 .cm-breakpoint.cm-breakpoint-conditional .CodeMirror-linenumber {
85 -webkit-border-image: url
(Images/breakpointConditional_2x.png) 2 8 2 2;
89 .cm-breakpoint-disabled .CodeMirror-linenumber {
93 .breakpoints-deactivated .cm-breakpoint .CodeMirror-linenumber {
97 .breakpoints-deactivated .cm-breakpoint-disabled .CodeMirror-linenumber {
101 .CodeMirror-matchingbracket {
102 border-bottom: 1px solid black
;
103 color: #222 !important
;
106 .CodeMirror-nonmatchingbracket {
107 color: #222 !important
;
110 .cm-whitespace::before {
112 pointer-events: none
;
113 color: rgb
(175, 175, 175);
124 border-bottom: 1px solid rgb
(175, 175, 175);
131 .show-whitespaces .CodeMirror .cm-tab:before {
132 display: block
!important
;
136 background-color: rgb
(230, 236, 255);
137 outline: 1px solid rgb
(64, 115, 244);
140 .cm-execution-line-tail {
141 background-color: rgb
(171, 191, 254);
144 .cm-execution-line .CodeMirror-linenumber {
145 border-right: 1px solid rgb
(64, 115, 244);
148 .cm-token-highlight {
152 .cm-token-highlight:before {
154 border: 1px solid gray
;
163 .cm-line-with-selection .cm-column-with-selection:before {
167 .cm-search-highlight {
171 .cm-search-highlight:before {
173 border-top-style: solid
;
174 border-bottom-style: solid
;
175 border-top-color: gray
;
176 border-bottom-color: gray
;
177 border-top-width: 1px;
178 border-bottom-width: 1px;
186 .cm-search-highlight-full:before {
187 border: 1px solid gray
;
191 .cm-search-highlight-start:before {
192 border-left-width: 1px;
193 border-top-left-radius: 2px;
194 border-bottom-left-radius: 2px;
195 border-left-style: solid
;
196 border-left-color: gray
;
199 .cm-search-highlight-end:before {
200 border-right-width: 1px;
201 border-top-right-radius: 2px;
202 border-bottom-right-radius: 2px;
203 border-right-style: solid
;
204 border-right-color: gray
;
207 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight-full:before {
211 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight-start:before {
212 border-top-left-radius: 1px;
213 border-bottom-left-radius: 1px;
216 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight-end:before {
217 border-top-right-radius: 1px;
218 border-bottom-right-radius: 1px;
221 .cm-line-with-selection .cm-column-with-selection.cm-search-highlight:before {
222 margin: -1px -1px -1px -1px;
223 background-color: rgb
(241, 234, 0);
227 .CodeMirror .text-editor-line-decoration {
231 .CodeMirror .text-editor-line-decoration-wave {
238 .CodeMirror .text-editor-value-decoration {
243 text-overflow: ellipsis
;
246 background-color: #FFE3C7;
250 -webkit-user-select: text
;
253 .CodeMirror .cm-execution-line .text-editor-value-decoration {
254 background-color: transparent
;
258 .text-editor-messages-description-container {
259 display: inline-block
;
262 .text-editor-row-message:first-child {
266 .text-editor-row-message {
267 border-top: 1px solid rgb
(215, 215, 215);
273 .text-editor-row-message .bubble-repeat-count {
278 .CodeMirror .text-editor-line-decoration-icon {
285 .CodeMirror .text-editor-line-with-warning:not(.cm-execution-line) {
286 background-color: rgba
(241, 230, 0, 0.1);
289 .CodeMirror .text-editor-line-with-error:not(.cm-execution-line) {
290 background-color: rgba
(255, 0, 0, 0.05);
293 .CodeMirror .text-editor-line-decoration-wave {
294 background-image: url
(Images/errorWave.png);
295 background-repeat: repeat-x
;
296 background-size: contain
;
299 @media (-webkit-min-device-pixel-ratio: 1.5) {
300 .CodeMirror .text-editor-line-decoration-wave {
301 background-image: url
(Images/errorWave_2x.png);
305 /** @see crbug.com/358161 */
306 .CodeMirror .CodeMirror-vscrollbar, .CodeMirror .CodeMirror-hscrollbar {
307 transform: translateZ
(0);
310 .CodeMirror .CodeMirror-activeline-background {
311 background-color: transparent
;
314 .cm-trailing-whitespace {
315 background-color: rgba
(255, 0, 0, 0.05);
318 .CodeMirror-activeline .cm-trailing-whitespace {
319 background-color: transparent
;