[epiphany/mcatanzaro/unbreak-icons] Fix several icons broken in !975
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/mcatanzaro/unbreak-icons] Fix several icons broken in !975
- Date: Tue, 31 Aug 2021 23:19:56 +0000 (UTC)
commit 8f0d31ddff31bb31fa22917d4f976c1cccb8f674
Author: Michael Catanzaro <mcatanzaro redhat com>
Date: Tue Aug 31 18:18:50 2021 -0500
Fix several icons broken in !975
In 2eaf66917fb4cd029b07fc9d8946b289a053abac I changed the resource
paths of several icons for no particular reason, and missed a few spots.
Fixes #1593
embed/ephy-about-handler.c | 2 +-
src/resources/about.css | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/embed/ephy-about-handler.c b/embed/ephy-about-handler.c
index 60ca579d5..43d91adaa 100644
--- a/embed/ephy-about-handler.c
+++ b/embed/ephy-about-handler.c
@@ -488,7 +488,7 @@ ephy_about_handler_handle_incognito (EphyAboutHandler *handler,
"<link href=\""EPHY_PAGE_TEMPLATE_ABOUT_CSS "\" rel=\"stylesheet\"
type=\"text/css\">\n"
"</head>\n"
"<body class=\"incognito-body\">\n"
- " <img class=\"incognito-body-image\"
src=\"ephy-resource:///org/gnome/epiphany/private-mode.svg\">\n" \
+ " <img class=\"incognito-body-image\"
src=\"ephy-resource:///org/gnome/epiphany/page-icons/private-mode.svg\">\n" \
" <br/>\n"
" <h1>%s</h1>\n"
" <p>%s</p>\n"
diff --git a/src/resources/about.css b/src/resources/about.css
index 5711536c2..20f55723d 100644
--- a/src/resources/about.css
+++ b/src/resources/about.css
@@ -306,7 +306,7 @@ html.epiphany-html {
height: 160px;
display: block;
border: 1px solid rgba(0, 0, 0, .2);
- background: url(ephy-resource:///org/gnome/epiphany/web-watermark.svg) center no-repeat,
var(--base-color);
+ background: url(ephy-resource:///org/gnome/epiphany/page-icons/web-watermark.svg) center no-repeat,
var(--base-color);
background-repeat: no-repeat;
border-radius: 5px;
}
@@ -346,12 +346,12 @@ html.epiphany-html {
color: #888;
width: 24px;
height: 24px;
- background: url(ephy-resource:///org/gnome/epiphany/overview-remove-item.svg) center no-repeat,
rgba(80,80,80,.3);
+ background: url(ephy-resource:///org/gnome/epiphany/page-icons/overview-remove-item.svg) center
no-repeat, rgba(80,80,80,.3);
border-radius: 50%;
}
.overview-close-button:hover {
- background: url(ephy-resource:///org/gnome/epiphany/overview-remove-item.svg) center no-repeat,
rgba(0,0,0,.8);
+ background: url(ephy-resource:///org/gnome/epiphany/page-icons/overview-remove-item.svg) center
no-repeat, rgba(0,0,0,.8);
}
.overview-close-button:active {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]