mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Webhook list enhancements (#21893)
This commit is contained in:
parent
2e5ac53bdc
commit
1c7496c7a7
5 changed files with 14 additions and 10 deletions
|
@ -307,6 +307,11 @@ a.muted:hover [class*="color-text"],
|
|||
color: var(--color-primary);
|
||||
}
|
||||
|
||||
.delete-button,
|
||||
.delete-button:hover {
|
||||
color: var(--color-red);
|
||||
}
|
||||
|
||||
a.label,
|
||||
.repository-menu a,
|
||||
.ui.search .results a,
|
||||
|
@ -2571,6 +2576,7 @@ table th[data-sortt-desc] {
|
|||
|
||||
.truncated-item-container {
|
||||
display: flex !important;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.ellipsis-button {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue