load tester beta

This commit is contained in:
현성필
2024-02-19 12:59:15 +09:00
parent 1d64cab399
commit e76c368a61
+17
View File
@@ -775,6 +775,22 @@ a.btn.btn-primary {
display: flex;
}
li.selected {
background-color: #39077A;
color: white !important;
}
.load_test_list .selected {
background-color: #39077A;
}
.load_test_list .selected a{
color: white !important;
}
.load_test_list .selected i{
color: white !important;
}
.api-scenario, .api-catalog, .api-tester {
transition: transform 0.5s ease; /* Add transition to each child */
min-height: 100px; /* Adjust as needed */
@@ -801,6 +817,7 @@ a.btn.btn-primary {
color: white !important;
}
.api-scenario-toolbar {
margin: 5px;
}