mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
Fix direction of Web UI sorted column icon
This commit is contained in:
parent
3b949c4a8a
commit
81943fb3b0
1 changed files with 2 additions and 2 deletions
|
@ -78,14 +78,14 @@ tr.dynamicTableHeader {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynamicTable th.sorted {
|
.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-position: right;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 15px;
|
background-size: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dynamicTable th.sorted.reverse {
|
.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 {
|
.dynamicTable td img.flags {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue