Skip to content

Commit

Permalink
popup and border style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
satyakiran-opsmx authored and NagendraOpsmx committed Apr 3, 2024
1 parent 17735e6 commit 375f7e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ui/src/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 375f7e1

Please sign in to comment.