summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@redhat.com>2021-08-31 18:18:50 -0500
committerMichael Catanzaro <mcatanzaro@redhat.com>2021-08-31 18:18:50 -0500
commit8f0d31ddff31bb31fa22917d4f976c1cccb8f674 (patch)
treeb58117e39b2930ae4b2241d912aa62c6ae2a2c67
parente1e459e0db9e091b1ea0deeae5ed305805e24c6e (diff)
downloadepiphany-mcatanzaro/unbreak-icons.tar.gz
Fix several icons broken in !975mcatanzaro/unbreak-icons
In 2eaf66917fb4cd029b07fc9d8946b289a053abac I changed the resource paths of several icons for no particular reason, and missed a few spots. Fixes #1593
-rw-r--r--embed/ephy-about-handler.c2
-rw-r--r--src/resources/about.css6
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 {