Skip to content

Commit

Permalink
Fix: Icons - Login page #862
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Jan 27, 2024
1 parent 4545b12 commit 651cf12
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions css/leptonContent.css

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

7 changes: 7 additions & 0 deletions css/leptonContentESR.css

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

6 changes: 6 additions & 0 deletions src/contents/_context_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,9 @@
@import "../icons/addon_page";
}
}

@include moz-document(url-prefix "about:logins") {
@include Option("userChrome.icon.context_menu") {
@import "../icons/login_page";
}
}
3 changes: 3 additions & 0 deletions src/icons/_login_page.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.menuitem-export {
background-image: url("../icons/toolbarButton-download.svg") !important;
}

0 comments on commit 651cf12

Please sign in to comment.