30-10-2025, 02:34 PM ValidMail Wrote:tyyyyyyyyyyyyyDownload:
.automize-selected-node {
cursor: default !important;
background-color: #3386d4 !important;
opacity: 0.4 !important;
outline: 2px solid #003A88 !important;
}
.automize-checked-node-error {
background-color: #CD5C5C !important;
opacity: 0.4 !important;
outline: 2px solid #B22222 !important;
}
.automize-checked-node-ok {
background-color: #2E8B57 !important;
opacity: 0.4 !important;
outline: 2px solid #008080 !important;
}
.automize-selected-transition {
transition: none !important;
}
#automize-tooltip {
display: inline-block;
color: #000;
font-weight: bold;
border-radius: 4px;
padding: 10px;
border: 1px solid lightgray;
box-shadow: 0 4px 12px rgb(0 0 0 / 0.2);
font-size: 12px;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#arrow,
#arrow::before {
position: absolute;
width: 8px;
height: 8px;
background: inherit;
}
#arrow {
visibility: hidden;
}
#arrow::before {
visibility: visible;
content: '';
transform: rotate(45deg);
}
#automize-tooltip[data-popper-placement^='top'] > #arrow {
bottom: -4px;
}
#automize-tooltip[data-popper-placement^='bottom'] > #arrow {
top: -4px;
}
#automize-tooltip[data-popper-placement^='left'] > #arrow {
right: -4px;
}
#automize-tooltip[data-popper-placement^='right'] > #arrow {
left: -4px;
}

