mirror of
https://github.com/znc/znc.git
synced 2026-07-03 08:21:57 +02:00
Implement table sorting in webadmin, addresses #40
This commit is contained in:
@@ -6,3 +6,10 @@
|
||||
.encoding-settings {
|
||||
width: 500px;
|
||||
}
|
||||
|
||||
table .sorted::after {
|
||||
content:" ▼";
|
||||
}
|
||||
table .reverse-sorted::after {
|
||||
content:" ▲";
|
||||
}
|
||||
Reference in New Issue
Block a user