Make WebUI images self-contained

This commit is contained in:
Chocobo1
2022-08-26 15:01:24 +08:00
parent e5491645e4
commit ca274635d5
343 changed files with 18902 additions and 179 deletions

View File

@@ -359,7 +359,7 @@ a.propButton img {
}
#torrentsFilterInput {
background-image: url("../icons/edit-find.svg");
background-image: url("../images/edit-find.svg");
background-position: left;
background-repeat: no-repeat;
background-size: 1.5em;
@@ -373,7 +373,7 @@ a.propButton img {
}
#torrentFilesFilterInput {
background-image: url("../icons/edit-find.svg");
background-image: url("../images/edit-find.svg");
background-position: left;
background-repeat: no-repeat;
background-size: 1.5em;