Show icon in WebUI sorted column

This commit is contained in:
Thomas Piccirello
2018-11-05 02:51:23 -05:00
parent a57a026f4c
commit 555382779c
2 changed files with 39 additions and 0 deletions

View File

@@ -77,6 +77,17 @@ tr.dynamicTableHeader {
white-space: nowrap;
}
.dynamicTable th.sorted {
background-image: url(../images/qbt-theme/go-down.svg);
background-position: right;
background-repeat: no-repeat;
background-size: 15px;
}
.dynamicTable th.sorted.reverse {
background-image: url(../images/qbt-theme/go-up.svg);
}
.dynamicTable td img.flags {
height: 1.25em;
vertical-align: middle;