Skip to content

Commit

Permalink
Add icon to "Report broken site" menu #138
Browse files Browse the repository at this point in the history
  • Loading branch information
bmFtZQ committed Apr 10, 2024
1 parent 0acb37f commit 929c109
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions chrome/icons/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,10 @@
list-style-image: url("reader-mode.svg") !important;
}

#appMenu-report-broken-site-button {
list-style-image: url("report.svg") !important;
}

/* disable context menu icons when this tweak is applied */
@media not (-moz-bool-pref: "uc.tweak.revert-context-menu") {

Expand Down Expand Up @@ -973,6 +977,11 @@
--header-image: url("extension.svg");
--uc-enabled: 1;
}

#report-broken-site-popup-mainView &::before {
--header-image: url("report.svg");
--uc-enabled: 1;
}
}

/* Tree items used for side bar and library windows */
Expand Down

0 comments on commit 929c109

Please sign in to comment.