Merge branch 'next_release' of https://github.com/netalertx/NetAlertX into next_release

This commit is contained in:
Jokob @NetAlertX
2026-06-17 06:43:51 +00:00
6 changed files with 114 additions and 11 deletions

View File

@@ -2345,6 +2345,17 @@ textarea[readonly],
padding: 5px;
}
.workflows .add-target-condition
{
margin: 10px;
text-align: center;
}
.workflows .inline-hint
{
margin: 5px;
}
.workflows
{
max-width: 800px;
@@ -2437,6 +2448,12 @@ textarea[readonly],
color: var(--color-green) !important;
}
.workflows .add-condition, .workflows .add-condition-group, .workflows .add-target-condition
{
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.workflows .action-target-conditions
{
opacity: 0.8;