fix image paths in css
This commit is contained in:
parent
6ceb79374a
commit
a79e9ae99c
|
@ -60,7 +60,7 @@ body {
|
||||||
width: 18px;
|
width: 18px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
background-color: #333;
|
background-color: #333;
|
||||||
mask-image: url("images/feather-icons/copy.svg");
|
mask-image: url("../images/feather-icons/copy.svg");
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
}
|
}
|
||||||
|
@ -108,7 +108,7 @@ td {
|
||||||
|
|
||||||
.delete_button {
|
.delete_button {
|
||||||
background-color: #888;
|
background-color: #888;
|
||||||
mask-image: url("images/feather-icons/x.svg");
|
mask-image: url("../images/feather-icons/x.svg");
|
||||||
mask-size: contain;
|
mask-size: contain;
|
||||||
mask-repeat: no-repeat;
|
mask-repeat: no-repeat;
|
||||||
mask-position: center;
|
mask-position: center;
|
||||||
|
|
Loading…
Reference in a new issue