Skip to content

Commit

Permalink
Add: Error Page - Preferences' no search result #654
Browse files Browse the repository at this point in the history
  • Loading branch information
black7375 committed Feb 25, 2023
1 parent 9d52bd0 commit 60e60f9
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 0 deletions.
9 changes: 9 additions & 0 deletions css/leptonContent.css

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

36 changes: 36 additions & 0 deletions icons/no-search-results.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions src/contents/_error_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,13 @@
@include moz-document(url "about:welcomeBack", url "chrome://browser/content/aboutWelcomeBack.xhtml") {
@include _errorTitleImage("../icons/welcome-back.svg");
}

@include moz-document(url-prefix "about:preferences") {
#no-results-message::after {
content: url("../icons/no-search-results.svg");
width: 380px;
height: 293px;
margin-top: 64px;
margin-inline: auto;
}
}

0 comments on commit 60e60f9

Please sign in to comment.