|
1 | | -.CodeMirror { |
2 | | - height: 600px !important; |
3 | | - background-color: #fcfcfc; |
4 | | - color: #4d4d4c; |
| 1 | +.cm-s-3024-day .CodeMirror-cursor { |
| 2 | + opacity: 0.7 !important; |
| 3 | + border-left: 2px solid #4d4d4c !important; |
5 | 4 | } |
6 | 5 |
|
7 | | -.CodeMirror-cursor { |
8 | | - opacity: 0.7; |
9 | | - border-left: 2px solid #4d4d4c; |
10 | | -} |
11 | | - |
12 | | -.cm-qualifier { |
| 6 | +.cm-s-3024-day span.cm-qualifier { |
13 | 7 | color: #c82829; |
14 | 8 | } |
15 | 9 |
|
16 | | -.cm-property { |
| 10 | +.cm-s-3024-day span.cm-property { |
17 | 11 | color: #eab700; |
18 | 12 | } |
19 | 13 |
|
20 | | -.cm-meta, |
21 | | -.cm-number, |
22 | | -.cm-atom { |
| 14 | +.cm-s-3024-day span.cm-meta, |
| 15 | +span.cm-number, |
| 16 | +span.cm-atom { |
23 | 17 | color: #f5871f; |
24 | 18 | } |
25 | 19 |
|
26 | | -.cm-comment { |
| 20 | +.cm-s-3024-day span.cm-comment { |
27 | 21 | color: #8e908c !important; |
28 | 22 | } |
29 | 23 |
|
30 | | -.cm-keyword, |
31 | | -.cm-type, |
32 | | -.cm-tag { |
| 24 | +.cm-s-3024-day span.cm-keyword, |
| 25 | +span.cm-type, |
| 26 | +span.cm-tag { |
33 | 27 | color: #8959a8; |
34 | 28 | } |
35 | 29 |
|
36 | | -.cm-def { |
| 30 | +.cm-s-3024-day span.cm-def { |
37 | 31 | color: #4271ae; |
38 | 32 | } |
39 | 33 |
|
40 | | -.cm-string { |
41 | | - color: #718c00 !important; |
| 34 | +.cm-s-3024-day span.cm-string { |
| 35 | + color: #718c00; |
42 | 36 | } |
43 | 37 |
|
44 | | -.CodeMirror-linebackground, |
45 | | -.CodeMirror-activeline-background { |
46 | | - background-color: #efefef !important; |
| 38 | +.cm-s-3024-day span.cm-operator { |
| 39 | + color: #3e999f; |
47 | 40 | } |
48 | 41 |
|
49 | | -.cm-operator { |
50 | | - color: #3e999f !important; |
| 42 | +.cm-s-3024-day .CodeMirror-linebackground, |
| 43 | +.CodeMirror-activeline-background { |
| 44 | + background-color: #efefef; |
51 | 45 | } |
52 | 46 |
|
53 | | -.CodeMirror-selected { |
| 47 | +.cm-s-3024-day .CodeMirror-selected { |
54 | 48 | background-color: #d6d6d6 !important; |
55 | 49 | } |
56 | 50 |
|
57 | | -.CodeMirror-gutters { |
58 | | - background: #fcfcfc; |
59 | | - border-right: none; |
| 51 | +.cm-s-3024-day .CodeMirror-gutters { |
| 52 | + background: #fcfcfc !important; |
| 53 | + border-right: none !important; |
60 | 54 | } |
61 | 55 |
|
62 | | -.CodeMirror-linenumber { |
63 | | - color: #909399; |
64 | | - font-size: 15px; |
| 56 | +.cm-s-3024-day .CodeMirror-linenumber { |
| 57 | + color: #909399 !important; |
| 58 | + font-size: 15px !important; |
65 | 59 | } |
66 | 60 |
|
67 | | -.CodeMirror-matchingbracket { |
| 61 | +.cm-s-3024-day .CodeMirror-matchingbracket { |
68 | 62 | color: #4d4d4c !important; |
69 | | - outline: 1px solid #d6d6d6; |
70 | | - -moz-outline-radius: 3px; |
| 63 | + outline: 1px solid #d6d6d6 !important; |
| 64 | + -moz-outline-radius: 3px !important; |
71 | 65 | } |
72 | 66 |
|
73 | | -.CodeMirror-nonmatchingbracket { |
| 67 | +.cm-s-3024-day .CodeMirror-nonmatchingbracket { |
74 | 68 | color: #c82829 !important; |
75 | | - outline: 1px solid #c82829; |
76 | | - -moz-outline-radius: 3px; |
77 | | -} |
78 | | - |
79 | | -.CodeMirror-foldmarker { |
80 | | - text-shadow: none !important; |
81 | | - color: #8e908c !important; |
82 | | - font-family: "Fira Sans" !important; |
83 | | - outline: 1px solid #d6d6d6; |
84 | | - -moz-outline-radius: 3px; |
| 69 | + outline: 1px solid #c82829 !important; |
| 70 | + -moz-outline-radius: 3px !important; |
85 | 71 | } |
86 | 72 |
|
87 | | -.CodeMirror span[role="presentation"] { |
88 | | - font-size: 14px; |
| 73 | +.cm-s-3024-day .CodeMirror span[role="presentation"] { |
| 74 | + font-size: 14px !important; |
89 | 75 | } |
90 | 76 |
|
91 | | -.CodeMirror-hints { |
92 | | - max-height: 200px !important; |
93 | | - box-shadow: none !important; |
94 | | - border-color: #dcdfe6 !important; |
| 77 | +.cm-s-3024-day .CodeMirror-dialog { |
95 | 78 | background-color: #fefefe !important; |
96 | | - font-family: "Fira Code" !important; |
97 | | - padding: 5px !important; |
98 | | -} |
99 | | - |
100 | | -.CodeMirror-hint { |
101 | | - line-height: 20px; |
102 | | - color: #444444 !important; |
103 | 79 | } |
104 | 80 |
|
105 | | -li.CodeMirror-hint-active { |
106 | | - background-color: #efefef !important; |
107 | | - color: #444444 !important; |
108 | | - font-weight: 500; |
109 | | -} |
110 | | - |
111 | | -.CodeMirror-dialog { |
112 | | - background-color: #fefefe !important; |
113 | | -} |
114 | | - |
115 | | -.cm-searching { |
116 | | - background-color: #d6d6d6; |
| 81 | +.cm-s-3024-day .cm-searching { |
| 82 | + background-color: #d6d6d6 !important; |
117 | 83 | } |
118 | 84 |
|
119 | | -.CodeMirror-search-label { |
120 | | - line-height: 24px; |
121 | | - font-weight: 500; |
| 85 | +.cm-s-3024-day .CodeMirror-search-label { |
| 86 | + line-height: 24px !important; |
| 87 | + font-weight: 500 !important; |
122 | 88 | } |
123 | 89 |
|
124 | | -.CodeMirror-search-field { |
125 | | - line-height: 20px; |
| 90 | +.cm-s-3024-day .CodeMirror-search-field { |
| 91 | + line-height: 20px !important; |
126 | 92 | border: 1px solid #dcdfe6 !important; |
127 | | - width: 50em !important; |
128 | | -} |
129 | | - |
130 | | -.CodeMirror-search-hint { |
131 | | - line-height: 25px; |
132 | | - float: right; |
133 | | -} |
134 | | - |
135 | | -.cm-matchhighlight { |
136 | | - outline: 1px solid #d6d6d6; |
137 | | - -moz-outline-radius: 3px; |
138 | | -} |
139 | | - |
140 | | -.CodeMirror-selection-highlight-scrollbar { |
141 | | - margin-right: 2.5px; |
142 | | - width: 5px !important; |
143 | | - background-color: #8e908c; |
144 | | - opacity: 0.6; |
145 | | -} |
146 | | - |
147 | | -.CodeMirror-simplescroll-horizontal div, |
148 | | -.CodeMirror-simplescroll-vertical div { |
149 | | - background: #b3b3b3 !important; |
150 | | - border: none !important; |
151 | | - border-radius: 0 !important; |
| 93 | + width: 30em !important; |
152 | 94 | } |
153 | 95 |
|
154 | | -.CodeMirror-simplescroll-vertical { |
155 | | - width: 10px !important; |
| 96 | +.cm-s-3024-day .CodeMirror-search-hint { |
| 97 | + line-height: 25px !important; |
| 98 | + float: right !important; |
156 | 99 | } |
157 | 100 |
|
158 | | -.CodeMirror-simplescroll-horizontal { |
159 | | - height: 10px !important; |
| 101 | +.cm-s-3024-day .cm-matchhighlight { |
| 102 | + outline: 1px solid #d6d6d6 !important; |
| 103 | + -moz-outline-radius: 3px !important; |
160 | 104 | } |
0 commit comments