Highlight sudo actions in red and show a pointer cursor on expandable log rows.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user