Skip to content

Commit

Permalink
fix popup menu style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcw authored Jan 12, 2025
1 parent b41b3e2 commit 2694134
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Mint-X/theme/Mint-X/cinnamon/cinnamon.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@ StScrollBar StButton#vhandle:hover {
min-width: 100px;
}

.menu.top {
.menu.menu-top {
border-radius: 0 0 4px 4px;
}

.menu.bottom {
.menu.menu-bottom {
border-radius: 4px 4px 0 0;
}

.menu.left {
.menu.menu-left {
border-radius: 0 4px 4px 0;
}

.menu.right {
.menu.menu-right {
border-radius: 4px 0 0 4px;
}

Expand Down

0 comments on commit 2694134

Please sign in to comment.