[tbb-commits] [torbutton/master] Bug 40012: Fix about:tor not loading some images in 82
gk at torproject.org
gk at torproject.org
Mon Sep 28 14:58:07 UTC 2020
commit 94e44055213db5065e94f32d63d8f2d664ca951b
Author: Alex Catarineu <acat at torproject.org>
Date: Fri Sep 25 13:32:46 2020 +0200
Bug 40012: Fix about:tor not loading some images in 82
Changed their URLs to relative ones.
---
chrome/skin/aboutTor.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/skin/aboutTor.css b/chrome/skin/aboutTor.css
index 170cda27..71a8397c 100644
--- a/chrome/skin/aboutTor.css
+++ b/chrome/skin/aboutTor.css
@@ -195,7 +195,7 @@ body:not([showmanual]) .showForManual {
height: auto;
width: 50px;
display: inline-block;
- background: url('chrome://torbutton/skin/searchLogo.png') no-repeat center center;
+ background: url('searchLogo.png') no-repeat center center;
background-size: 30px 30px;
}
@@ -203,7 +203,7 @@ body:not([showmanual]) .showForManual {
height: auto;
width: 36px;
border: 0;
- background: url('chrome://torbutton/skin/forwardArrow.png') no-repeat center center;
+ background: url('forwardArrow.png') no-repeat center center;
background-size: 16px 14px;
cursor: pointer;
}
More information about the tbb-commits
mailing list