Skip to content

Commit

Permalink
Fix: Infobar - Primary button color
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Sep 22, 2024
1 parent ed8bbe9 commit e34cf5f
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/leptonChrome.css

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

9 changes: 9 additions & 0 deletions css/leptonChromeESR.css

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

10 changes: 10 additions & 0 deletions src/theme/_fully_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ html#main-window menupopup:not(.in-menulist) {
background-color: var(--button-active-bgcolor) !important;
}
}
.notification-button.primary {
background-color: var(--button-primary-bgcolor) !important;

&:hover {
background-color: var(--button-primary-hover-bgcolor) !important;
}
&:hover:active {
background-color: var(--button-primary-active-bgcolor) !important;
}
}

html|button.ghost-button:not(.semi-transparent):enabled:hover {
background-color: var(--button-hover-bgcolor) !important;
Expand Down

0 comments on commit e34cf5f

Please sign in to comment.