luci-theme-bootstrap: add table column sort indicators
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
e0e6989a4a
commit
06b351722e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue