front end trigger for backend jobs framework

This commit is contained in:
Jokob-sk
2023-01-08 18:31:47 +11:00
parent 8783b89f21
commit 098b87d09e
8 changed files with 147 additions and 21 deletions

View File

@@ -692,6 +692,13 @@ height: 50px;
}
.settings-expand-icon {
font-size: medium;
/* background-color: #272c30; */
margin: 10px;
}
.settings_content input[type=checkbox]
{
width: auto
@@ -711,4 +718,9 @@ height: 50px;
z-index: 1;
left: 0px;
font-size: large;
}
.pointer
{
cursor:pointer;
}