mirror of
https://github.com/h44z/wg-portal.git
synced 2025-07-15 09:36:58 +00:00
* Added peers sorting for Interface and Profile views * Use ip-address package to sort with IPv6 addresses only * Add RX/TX column and fix add-peer button title
18 lines
193 B
CSS
18 lines
193 B
CSS
a.disabled {
|
|
pointer-events: none;
|
|
cursor: default;
|
|
color: #888888;
|
|
}
|
|
|
|
.text-wrap {
|
|
overflow-break: anywhere;
|
|
}
|
|
|
|
.asc::after {
|
|
content: " ↑";
|
|
}
|
|
|
|
.desc::after {
|
|
content: " ↓";
|
|
}
|