Fixed Missing Graphics
Fixed Missing Graphics on the Button Editor see https://github.com/JulianPrieber/littlelink-custom/issues/51.
This commit is contained in:
parent
cdfa580d36
commit
9d3d0dcf97
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
|
@ -30,7 +30,7 @@
|
||||||
max-width: 1010px;
|
max-width: 1010px;
|
||||||
height: 300px;
|
height: 300px;
|
||||||
margin-top:50px;
|
margin-top:50px;
|
||||||
background: url('../images/grid2.png');
|
background: url('../styles/images/grid2.png');
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
border: thin solid #d7d7d7;
|
border: thin solid #d7d7d7;
|
||||||
left:1%;
|
left:1%;
|
||||||
|
|
|
@ -49,7 +49,6 @@
|
||||||
filter: alpha(opacity=20);*/
|
filter: alpha(opacity=20);*/
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
background-image: url("../images/circle_remove.png");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.gradientPicker-ptConfig .color-chooser {
|
.gradientPicker-ptConfig .color-chooser {
|
||||||
|
|
Loading…
Reference in New Issue