@@ -427,7 +427,7 @@ span.CodeMirror-selectedtext { background: none; }
427
427
background : -o-linear-gradient (left, rgba (255 , 255 , 255 , 1 ) 0% , rgba (125 , 185 , 232 , 0.01 ) 100% );
428
428
background : -ms-linear-gradient (left, rgba (255 , 255 , 255 , 1 ) 0% , rgba (125 , 185 , 232 , 0.01 ) 100% );
429
429
background : linear-gradient (to right, rgba (255 , 255 , 255 , 1 ) 0% , rgba (125 , 185 , 232 , 0.01 ) 100% );
430
- filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);
430
+ filter : progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=1);
431
431
position : fixed;
432
432
top : 0 ;
433
433
left : 0 ;
@@ -444,7 +444,7 @@ span.CodeMirror-selectedtext { background: none; }
444
444
background : -o-linear-gradient (left, rgba (125 , 185 , 232 , 0.01 ) 0% , rgba (254 , 254 , 255 , 1 ) 99% , rgba (255 , 255 , 255 , 1 ) 100% );
445
445
background : -ms-linear-gradient (left, rgba (125 , 185 , 232 , 0.01 ) 0% , rgba (254 , 254 , 255 , 1 ) 99% , rgba (255 , 255 , 255 , 1 ) 100% );
446
446
background : linear-gradient (to right, rgba (125 , 185 , 232 , 0.01 ) 0% , rgba (254 , 254 , 255 , 1 ) 99% , rgba (255 , 255 , 255 , 1 ) 100% );
447
- filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);
447
+ filter : progid: DXImageTransform.Microsoft.gradient( startColorstr='#037db9e8', endColorstr='#ffffff', GradientType=1);
448
448
position : fixed;
449
449
top : 0 ;
450
450
right : 0 ;
@@ -643,7 +643,6 @@ span.CodeMirror-selectedtext { background: none; }
643
643
.CodeMirror .CodeMirror-code .cm-strikethrough {
644
644
text-decoration : line-through;
645
645
}
646
-
647
646
.CodeMirror .cm-spell-error : not (.cm-url ): not (.cm-comment ) {
648
647
background : rgba (255 , 0 , 0 , .15 );
649
648
}
0 commit comments