mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-05 22:21:08 +02:00
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
BIN
studio/button-editor/images/close.png
Normal file
BIN
studio/button-editor/images/close.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
2
studio/button-editor/styles/button-gen.css
vendored
2
studio/button-editor/styles/button-gen.css
vendored
@ -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…
x
Reference in New Issue
Block a user