From e76c368a61074816fa41b705cb54301e5f10bbd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=98=84=EC=84=B1=ED=95=84?= Date: Mon, 19 Feb 2024 12:59:15 +0900 Subject: [PATCH] load tester beta --- src/main/resources/static/css/custom.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/main/resources/static/css/custom.css b/src/main/resources/static/css/custom.css index 974e14d..733df47 100644 --- a/src/main/resources/static/css/custom.css +++ b/src/main/resources/static/css/custom.css @@ -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; }