From 3e6ab5736e4214cb01f8c5fe6270041b6e2fc679 Mon Sep 17 00:00:00 2001 From: Satya Kiran Date: Thu, 30 Mar 2023 16:02:49 +0530 Subject: [PATCH] popup and border style fixes --- ui/src/assets/styles.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ui/src/assets/styles.css b/ui/src/assets/styles.css index 5b3a9e180ba44..8c293c817fd44 100644 --- a/ui/src/assets/styles.css +++ b/ui/src/assets/styles.css @@ -160,4 +160,15 @@ input.autocomplete__input.input { .filter__item__label { color: rgb(0 0 0 / 70%) !important; +} + +.cd-layout:has(.sliding-panel--opened) { + display: inline; +} + +.application-resource-tree__node { + box-shadow: 0px 0px 3px 1px #ccd6dd !important; +} +.settings-overview__redirect-panel, .user-info-overview__panel, .argo-table-list__row { + box-shadow: 0px 0px 4px 1px rgb(0 0 0 / 10%) !important; } \ No newline at end of file