|
53 | 53 | #input input:focus { |
54 | 54 | background: hsl(210, 5%, 19%); |
55 | 55 | } |
56 | | - |
| 56 | + |
57 | 57 | #type { |
58 | 58 | position: absolute; |
59 | 59 | background-color: #242628; |
60 | 60 | border-bottom: 1px solid #303335; |
61 | 61 | border-left: 1px solid #303335; |
62 | 62 | border-radius: 0 0 0 5px; |
63 | | - -moz-border-radius: 0 0 0 5px; |
64 | | - -webkit-border-radius: 0 0 0 5px; |
65 | 63 | text-align: center; |
66 | 64 | height: 25px; |
67 | 65 | top: 0; |
|
135 | 133 | display: table-cell; |
136 | 134 | padding: 0 10px 0 20px; |
137 | 135 | text-align: right; |
138 | | - -moz-user-select: none; |
139 | 136 | -webkit-user-select: none; |
| 137 | + -moz-user-select: none; |
| 138 | + -ms-user-select: none; |
| 139 | + -o-user-select: none; |
| 140 | + user-select: none; |
140 | 141 | width: 1%; |
141 | 142 | vertical-align: top; |
142 | 143 | } |
|
152 | 153 |
|
153 | 154 | #source pre line content .xpath-match, |
154 | 155 | #source pre line content .tag-match { |
155 | | - -moz-border-radius: 4px; |
156 | | - -webkit-border-radius: 4px; |
157 | | - -moz-box-shadow: 0 0 10px hsl(0, 0%, 5%); |
| 156 | + border-radius: 4px; |
158 | 157 | -webkit-box-shadow: 0 0 10px hsl(0, 0%, 5%); |
| 158 | + box-shadow: 0 0 10px hsl(0, 0%, 5%); |
159 | 159 | display: inline-block; |
160 | 160 | margin: -2px -2px; |
161 | 161 | padding: 1px 1px; |
|
182 | 182 | color: hsl(40, 100%, 5%) !important; |
183 | 183 | } |
184 | 184 |
|
185 | | - /*----------------------------------------------------------------------------- |
186 | | - Markup |
187 | | - -----------------------------------------------------------------------------*/ |
| 185 | +/*----------------------------------------------------------------------------- |
| 186 | + Markup |
| 187 | +-----------------------------------------------------------------------------*/ |
188 | 188 |
|
189 | | - #source .context-markup .declaration { |
190 | | - color: hsl(0, 0%, 80%); |
191 | | - } |
| 189 | + #source .context-markup .declaration { |
| 190 | + color: hsl(0, 0%, 80%); |
| 191 | + } |
192 | 192 |
|
193 | | - #source .context-markup .tag { |
194 | | - color: hsl(0, 0%, 80%); |
195 | | - } |
| 193 | + #source .context-markup .tag { |
| 194 | + color: hsl(0, 0%, 80%); |
| 195 | + } |
196 | 196 |
|
197 | | - #source .context-markup .attribute { |
198 | | - color: hsl(0, 0%, 80%); |
199 | | - } |
| 197 | + #source .context-markup .attribute { |
| 198 | + color: hsl(0, 0%, 80%); |
| 199 | + } |
200 | 200 |
|
201 | | - #source .context-markup .entity { |
202 | | - color: hsl(80, 50%, 70%); |
203 | | - } |
| 201 | + #source .context-markup .entity { |
| 202 | + color: hsl(80, 50%, 70%); |
| 203 | + } |
204 | 204 |
|
205 | | - #source .context-markup .value { |
206 | | - color: hsl(210, 50%, 70%); |
207 | | - } |
| 205 | + #source .context-markup .value { |
| 206 | + color: hsl(210, 50%, 70%); |
| 207 | + } |
208 | 208 |
|
209 | | - /*------------------------------------------------------------------------- |
210 | | - XSL |
211 | | - -------------------------------------------------------------------------*/ |
| 209 | +/*------------------------------------------------------------------------- |
| 210 | + XSL |
| 211 | +-------------------------------------------------------------------------*/ |
212 | 212 |
|
213 | | - #source .context-markup.xsl .xpath { |
214 | | - color: hsl(300, 50%, 70%); |
215 | | - } |
| 213 | + #source .context-markup.xsl .xpath { |
| 214 | + color: hsl(300, 50%, 70%); |
| 215 | + } |
216 | 216 |
|
217 | 217 | /*-------------------------------------------------------------------------------*/ |
0 commit comments