luci-theme-bootstrap: add table column sort indicators

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2022-02-23 14:42:41 +01:00
parent e0e6989a4a
commit 06b351722e

View file

@ -2051,6 +2051,10 @@ table table td,
background: var(--background-color-medium);
}
th[data-sortable-row] { cursor: pointer; }
th[data-sort-direction="asc"]::after { content: "\a0\25b2"; }
th[data-sort-direction="desc"]::after { content: "\a0\25bc"; }
.cbi-value-description {
margin: .25em 0 0 1.25em;
position: relative;