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