Skip to content

Commit

Permalink
fix: left sidbar create background :
Browse files Browse the repository at this point in the history
  • Loading branch information
Bad3r committed Jul 8, 2023
1 parent 62d0061 commit 1044a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2432,14 +2432,15 @@ body
margin-right: 0.5em;
}

.left-sidebar-inner .create #create-button,
.menu-links-outer,
.menu-links-wrapper,
.dropdown-wrapper,
.cp__header a,
.cp__header button,
.cp__right-sidebar-topbar button,
.cp__sidebar-left-layout a {
background-color: var(--ls-primary-background-color);
background-color: var(--ls-primary-background-color) !important;
}

/* fix leftsidebar graph dropdown menu width */
Expand Down

0 comments on commit 1044a0c

Please sign in to comment.