Fixed Missing Graphics

Fixed Missing Graphics on the Button Editor see https://github.com/JulianPrieber/littlelink-custom/issues/51.
This commit is contained in:
Julian Prieber 2022-05-07 16:35:05 +02:00
parent cdfa580d36
commit 9d3d0dcf97
3 changed files with 1 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -30,7 +30,7 @@
max-width: 1010px;
height: 300px;
margin-top:50px;
background: url('../images/grid2.png');
background: url('../styles/images/grid2.png');
padding: 20px;
border: thin solid #d7d7d7;
left:1%;

View File

@ -49,7 +49,6 @@
filter: alpha(opacity=20);*/
width: 16px;
height: 16px;
background-image: url("../images/circle_remove.png");
}
.gradientPicker-ptConfig .color-chooser {