flows work + network UI improvements

This commit is contained in:
Jokob-sk
2023-08-02 08:02:41 +10:00
parent 1101bc9477
commit 58bb740e48
12 changed files with 652 additions and 11 deletions

View File

@@ -740,6 +740,15 @@ height: 50px;
{
cursor:pointer;
}
.drag
{
cursor: move; /* fallback if grab cursor is unsupported */
cursor: grab;
cursor: -moz-grab;
cursor: -webkit-grab;
}
.db_info_table_row .select2-container--default .select2-selection--multiple .select2-selection__choice
{
background-color:#258744;