You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ma...@apache.org on 2022/03/15 02:38:15 UTC

[camel-karavan] branch main updated: Update index.css

This is an automated email from the ASF dual-hosted git repository.

marat pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karavan.git


The following commit(s) were added to refs/heads/main by this push:
     new 3b60540  Update index.css
3b60540 is described below

commit 3b605403474e28fd2c8c840137c1ccc5da1e514a
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Mon Mar 14 22:26:06 2022 -0400

    Update index.css
---
 karavan-vscode/webview/index.css | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index 15515cb..e9400db 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -156,6 +156,10 @@ body,
   fill: rgb(247, 205, 159);
 }
 
+.vscode-dark .karavan .connections .caption {
+  fill: #cecece;
+}
+
 .vscode-dark .pf-c-modal-box__title-text {
   color: #cecece;
 }
@@ -168,6 +172,15 @@ body,
   border-color: rgb(239, 166, 79);
 }
 
+.vscode-dark .pf-c-tabs__scroll-button {
+  color: #cecece;
+  background-color: rgb(50, 50, 50);
+}
+
+.vscode-dark .pf-c-tabs__scroll-button::before {
+  border-color: rgb(37, 37, 38);
+}
+
 .vscode-dark .pf-c-tab-content .pf-c-card__header p {
   color: #cecece;
 }
@@ -270,4 +283,4 @@ body,
 
 .vscode-dark .beans-page .beans-page-columns .bean-card-unselected .icon {
   /* fill: white; */
-}
\ No newline at end of file
+}