Skip to content

Commit

Permalink
OP-19575-Add suggested changes regarding Top-Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhu-opsmx authored and NagendraOpsmx committed Apr 3, 2024
1 parent 8688a3b commit 5d6fc8f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ui/src/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
--primary: #6fe5ff;
}

.top-bar + .top-bar {
background: #fff !important;
}

.top-bar {
background: var(--sidebar-background) !important;
}
Expand Down Expand Up @@ -38,7 +42,8 @@
background: var(--sidebar-background) !important;
}

.page__content-wrapper {
.page__content-wrapper,
.page__top-bar {
background: var(--page-and-panel-background) !important;
}

Expand Down

0 comments on commit 5d6fc8f

Please sign in to comment.