Skip to content

Commit

Permalink
Fix menubar rounded corners
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 18, 2022
1 parent f181c06 commit a16fe5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion styles/global.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions styles/partials/layout/titlebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@

/* submenu */
.custom-titlebar-submenu {
background-color: rgb(20, 20, 20) !important;
background-color: #191919 !important;
text-transform: capitalize !important;
border-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

/* separator */
Expand All @@ -22,7 +24,3 @@
background-color: rgb(40, 40, 40) !important;
opacity: 1 !important;
}

.custom-titlebar-menu-item {
background-color: black !important;
}

0 comments on commit a16fe5e

Please sign in to comment.