Move WebUI icons to its own folder

After this change: "http://<server>/icons" will point to "src/icons"
folder and "http://<server>/images" points to the real "images" folder
in the relative path.
This commit is contained in:
Chocobo1
2020-05-19 13:41:41 +08:00
parent dde7421f59
commit 02c25dbe2a
39 changed files with 173 additions and 173 deletions

View File

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