socket client
This commit is contained in:
@@ -787,6 +787,7 @@ li.selected {
|
||||
.load_test_list .selected a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.load_test_list .selected i {
|
||||
color: white !important;
|
||||
}
|
||||
@@ -813,6 +814,7 @@ li.selected {
|
||||
.api-scenario-list .selected a {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.api-scenario-list .selected i {
|
||||
color: white !important;
|
||||
}
|
||||
@@ -910,6 +912,7 @@ li.selected {
|
||||
|
||||
|
||||
.api-tester {
|
||||
width: calc(100% - 200px);
|
||||
flex: 1; /* Flexible size */
|
||||
order: 2; /* Positions to the right of .api-catalog */
|
||||
}
|
||||
@@ -1944,6 +1947,7 @@ footer div.foot_info span {
|
||||
.response_headers td {
|
||||
padding: 1px !important;
|
||||
}
|
||||
|
||||
.api_request_info {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
@@ -2033,7 +2037,13 @@ footer div.foot_info span {
|
||||
|
||||
|
||||
.layout_table {
|
||||
width: 1500px;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.layout_tree_grid_indent {
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.api_request_info .show {
|
||||
@@ -2043,3 +2053,18 @@ footer div.foot_info span {
|
||||
.api_request_info .hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
.treegrid-indent {
|
||||
width: 16px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.treegrid-expander {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user