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/04/12 15:24:00 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 6f6769d  Update index.css
6f6769d is described below

commit 6f6769d345f3e67605ce07b658a6bfb305dce5ef
Author: Marat Gubaidullin <ma...@gmail.com>
AuthorDate: Tue Apr 12 11:23:57 2022 -0400

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

diff --git a/karavan-vscode/webview/index.css b/karavan-vscode/webview/index.css
index bfe00cc..39225d0 100644
--- a/karavan-vscode/webview/index.css
+++ b/karavan-vscode/webview/index.css
@@ -261,6 +261,14 @@ body, :root, #root, .karavan {
 }
 
 /* Modal */
+.vscode-dark .dsl-modal .dsl-card .icon {
+  height: 24px;
+  background: var(--pf-global--BorderColor--200);
+  border-color: var(--pf-global--Color--200);
+  border-radius: 24px;
+  padding: 4px;
+}
+
 .vscode-dark .pf-c-modal-box {
   --pf-c-modal-box--BackgroundColor: var(--vscode-input-background);
 }