Skip to content

Commit faba266

Browse files
committed
replace > with >
1 parent e39d727 commit faba266

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tools/border-image-generator/styles.css

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
/* Input Slider */
108108

109-
.ui-input-slider > input {
109+
.ui-input-slider > input {
110110
margin: 0;
111111
padding: 0;
112112
width: 50px;
@@ -250,7 +250,7 @@
250250
top: 0;
251251
}
252252

253-
.ui-dropdown-list > div {
253+
.ui-dropdown-list > div {
254254
width: 100%;
255255
height: 1.6em;
256256
margin: 0.3em 0;
@@ -262,7 +262,7 @@
262262
box-sizing: border-box;
263263
}
264264

265-
.ui-dropdown-list > div:hover {
265+
.ui-dropdown-list > div:hover {
266266
background: #3490D2;
267267
color:#FFF;
268268
border-radius: 2px;
@@ -291,11 +291,11 @@
291291
user-select: none;
292292
}
293293

294-
.ui-checkbox > input {
294+
.ui-checkbox > input {
295295
display: none;
296296
}
297297

298-
.ui-checkbox > label {
298+
.ui-checkbox > label {
299299
font-size: 12px;
300300
padding: 0.333em 1.666em 0.5em;
301301
height: 1em;
@@ -323,11 +323,11 @@
323323
background-position: center right 10px;
324324
}
325325

326-
.ui-checkbox > label:hover {
326+
.ui-checkbox > label:hover {
327327
cursor: pointer;
328328
}
329329

330-
.ui-checkbox > input:checked + label {
330+
.ui-checkbox > input:checked + label {
331331
background-image: url("checked.png");
332332
background-color: #379B4A;
333333
}
@@ -379,7 +379,7 @@ body[data-move='Y'] {
379379
cursor: move;
380380
}
381381

382-
[data-draggable='true']:hover > * {
382+
[data-draggable='true']:hover > * {
383383
cursor: default;
384384
}
385385

@@ -597,7 +597,7 @@ body[data-move='Y'] {
597597
color: #555;
598598
}
599599

600-
#subject [data-active] > * {
600+
#subject [data-active] > * {
601601
opacity: 1;
602602
}
603603

@@ -774,7 +774,7 @@ body[data-move='Y'] {
774774
color: #777;
775775
}
776776

777-
#controls .category > .group {
777+
#controls .category > .group {
778778
border: 1px solid #CCC;
779779
border-radius: 2px;
780780
}
@@ -908,7 +908,7 @@ body[data-move='Y'] {
908908
width: 200px;
909909
}
910910

911-
#additional-properties .ui-input-slider > input {
911+
#additional-properties .ui-input-slider > input {
912912
width: 80px !important;
913913
}
914914

0 commit comments

Comments
 (0)