Skip to content

Commit fd583b9

Browse files
committed
Standardise vendor prefixes
1 parent d4e7b4c commit fd583b9

1 file changed

Lines changed: 31 additions & 31 deletions

File tree

assets/devkit.css

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,13 @@
5353
#input input:focus {
5454
background: hsl(210, 5%, 19%);
5555
}
56-
56+
5757
#type {
5858
position: absolute;
5959
background-color: #242628;
6060
border-bottom: 1px solid #303335;
6161
border-left: 1px solid #303335;
6262
border-radius: 0 0 0 5px;
63-
-moz-border-radius: 0 0 0 5px;
64-
-webkit-border-radius: 0 0 0 5px;
6563
text-align: center;
6664
height: 25px;
6765
top: 0;
@@ -135,8 +133,11 @@
135133
display: table-cell;
136134
padding: 0 10px 0 20px;
137135
text-align: right;
138-
-moz-user-select: none;
139136
-webkit-user-select: none;
137+
-moz-user-select: none;
138+
-ms-user-select: none;
139+
-o-user-select: none;
140+
user-select: none;
140141
width: 1%;
141142
vertical-align: top;
142143
}
@@ -152,10 +153,9 @@
152153

153154
#source pre line content .xpath-match,
154155
#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;
158157
-webkit-box-shadow: 0 0 10px hsl(0, 0%, 5%);
158+
box-shadow: 0 0 10px hsl(0, 0%, 5%);
159159
display: inline-block;
160160
margin: -2px -2px;
161161
padding: 1px 1px;
@@ -182,36 +182,36 @@
182182
color: hsl(40, 100%, 5%) !important;
183183
}
184184

185-
/*-----------------------------------------------------------------------------
186-
Markup
187-
-----------------------------------------------------------------------------*/
185+
/*-----------------------------------------------------------------------------
186+
Markup
187+
-----------------------------------------------------------------------------*/
188188

189-
#source .context-markup .declaration {
190-
color: hsl(0, 0%, 80%);
191-
}
189+
#source .context-markup .declaration {
190+
color: hsl(0, 0%, 80%);
191+
}
192192

193-
#source .context-markup .tag {
194-
color: hsl(0, 0%, 80%);
195-
}
193+
#source .context-markup .tag {
194+
color: hsl(0, 0%, 80%);
195+
}
196196

197-
#source .context-markup .attribute {
198-
color: hsl(0, 0%, 80%);
199-
}
197+
#source .context-markup .attribute {
198+
color: hsl(0, 0%, 80%);
199+
}
200200

201-
#source .context-markup .entity {
202-
color: hsl(80, 50%, 70%);
203-
}
201+
#source .context-markup .entity {
202+
color: hsl(80, 50%, 70%);
203+
}
204204

205-
#source .context-markup .value {
206-
color: hsl(210, 50%, 70%);
207-
}
205+
#source .context-markup .value {
206+
color: hsl(210, 50%, 70%);
207+
}
208208

209-
/*-------------------------------------------------------------------------
210-
XSL
211-
-------------------------------------------------------------------------*/
209+
/*-------------------------------------------------------------------------
210+
XSL
211+
-------------------------------------------------------------------------*/
212212

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+
}
216216

217217
/*-------------------------------------------------------------------------------*/

0 commit comments

Comments
 (0)