mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
Fix direction of Web UI sorted column icon
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user