Highlight sudo actions in red and show a pointer cursor on expandable log rows.

This commit is contained in:
2026-07-19 21:14:17 +02:00
parent 32af91fd30
commit eade2ef0c7
+8
View File
@@ -728,6 +728,10 @@
padding: 0.1rem 0.4rem;
}
.action-requires-sudo {
color: var(--ctp-red);
}
.groups-li-meta {
font-size: 0.85rem;
color: var(--ctp-subtext0);
@@ -1572,6 +1576,10 @@
margin-bottom: 0.65rem;
}
.action-log-run > summary {
cursor: pointer;
}
button.danger {
color: var(--ctp-red);
}