merged to main

This commit is contained in:
Nalvazhuthi
2025-04-11 18:44:48 +05:30
30 changed files with 1273 additions and 1079 deletions

View File

@@ -285,9 +285,6 @@
}
}
.chart-container.notLinked {
border-color: red;
}
.close-btn {
position: absolute;
@@ -755,6 +752,13 @@
z-index: 2 !important;
}
.chart-container.notLinked {
outline: 1px solid red;
}
.connectionSuccess {
outline-color: #43c06d;
}