Skip to content

Commit

Permalink
Merge branch 'nightly'
Browse files Browse the repository at this point in the history
  • Loading branch information
zapSNH committed Aug 6, 2024
2 parents 42878fa + 930cb90 commit 5f9a15e
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions resources/icons.css
Original file line number Diff line number Diff line change
Expand Up @@ -1428,4 +1428,8 @@ img {
/* Report broken site */
.report-broken-site-view > .panel-subview-body > label.invalid-message {
background-image: url("./icons/warning-16.svg") !important;
}
/* Arifishal Intelighense thing */
.content-shortcuts {
background-image: url("./icons/glyph-highlights-16.svg") !important;
}
15 changes: 15 additions & 0 deletions resources/icons/loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 14 additions & 1 deletion resources/misc.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,20 @@
content: url(./icons/close-icon2.svg) !important;
}
}

/* About Dialog */
@-moz-document url("chrome://browser/content/aboutDialog.xhtml") {
#updateIcon {
&.noUpdatesFound {
content: url("./icons/check.svg") !important;
}
&.apply {
content: url("./icons/reload.svg") !important;
}
&:is(.checkingForUpdates, .downloading, .applying, .restarting) {
content: url("./icons/loading.svg") !important;
}
}
}
/* Libraries */
@-moz-document url(chrome://browser/content/places/places.xhtml) {
#forward-button, #searchFilter, #placesMenu > menu {
Expand Down

0 comments on commit 5f9a15e

Please sign in to comment.