Skip to content

Commit 9d3d0dc

Browse files
committed
Fixed Missing Graphics
Fixed Missing Graphics on the Button Editor see #51.
1 parent cdfa580 commit 9d3d0dc

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

studio/button-editor/images/close.png

1.21 KB
Loading

studio/button-editor/styles/button-gen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
max-width: 1010px;
3131
height: 300px;
3232
margin-top:50px;
33-
background: url('../images/grid2.png');
33+
background: url('../styles/images/grid2.png');
3434
padding: 20px;
3535
border: thin solid #d7d7d7;
3636
left:1%;

studio/button-editor/styles/jquery.gradientPicker.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
filter: alpha(opacity=20);*/
5050
width: 16px;
5151
height: 16px;
52-
background-image: url("../images/circle_remove.png");
5352
}
5453

5554
.gradientPicker-ptConfig .color-chooser {

0 commit comments

Comments
 (0)