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

@@ -74,14 +74,14 @@ tr.dynamicTableHeader {
}
.dynamicTable th.sorted {
background-image: url("../icons/go-up.svg");
background-image: url("../images/go-up.svg");
background-position: right;
background-repeat: no-repeat;
background-size: 15px;
}
.dynamicTable th.sorted.reverse {
background-image: url("../icons/go-down.svg");
background-image: url("../images/go-down.svg");
}
.dynamicTable td img.flags {