load tester beta
This commit is contained in:
@@ -775,6 +775,22 @@ a.btn.btn-primary {
|
|||||||
display: flex;
|
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 {
|
.api-scenario, .api-catalog, .api-tester {
|
||||||
transition: transform 0.5s ease; /* Add transition to each child */
|
transition: transform 0.5s ease; /* Add transition to each child */
|
||||||
min-height: 100px; /* Adjust as needed */
|
min-height: 100px; /* Adjust as needed */
|
||||||
@@ -801,6 +817,7 @@ a.btn.btn-primary {
|
|||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.api-scenario-toolbar {
|
.api-scenario-toolbar {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user