1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-23 13:04:23 +00:00

Fix direction of Web UI sorted column icon

This commit is contained in:
Thomas Piccirello 2019-01-20 15:52:38 -08:00
parent 3b949c4a8a
commit 81943fb3b0

View File

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