mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 19:01:56 +00:00
luci-theme-bootstrap: add table column sort indicators
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user