From 930cb90926e8fae3a0c68e847c2522c4826d1a1e Mon Sep 17 00:00:00 2001 From: Zap <134786889+zapSNH@users.noreply.github.com> Date: Tue, 6 Aug 2024 08:17:39 +0800 Subject: [PATCH] Photonize about dialog icons and "AI" selection icon --- resources/icons.css | 4 ++++ resources/icons/loading.svg | 15 +++++++++++++++ resources/misc.css | 15 ++++++++++++++- 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 resources/icons/loading.svg diff --git a/resources/icons.css b/resources/icons.css index 7682a50..eda9045 100644 --- a/resources/icons.css +++ b/resources/icons.css @@ -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; } \ No newline at end of file diff --git a/resources/icons/loading.svg b/resources/icons/loading.svg new file mode 100644 index 0000000..97b9721 --- /dev/null +++ b/resources/icons/loading.svg @@ -0,0 +1,15 @@ + + + + + diff --git a/resources/misc.css b/resources/misc.css index a9bc51b..48e68f5 100644 --- a/resources/misc.css +++ b/resources/misc.css @@ -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 {