Move all icon resources to icon folder root

This commit is contained in:
jagannatharjun
2020-05-18 20:30:51 +05:30
parent 841536c9c5
commit ab91d546e5
166 changed files with 353 additions and 396 deletions

View File

@@ -78,14 +78,14 @@ tr.dynamicTableHeader {
}
.dynamicTable th.sorted {
background-image: url(../images/qbt-theme/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(../images/qbt-theme/go-down.svg);
background-image: url(../images/go-down.svg);
}
.dynamicTable td img.flags {