Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Applications
torbutton
Commits
94e44055
Unverified
Commit
94e44055
authored
Sep 25, 2020
by
Alex Catarineu
Committed by
Georg Koppen
Sep 28, 2020
Browse files
Bug 40012: Fix about:tor not loading some images in 82
Changed their URLs to relative ones.
parent
becf9537
Changes
1
Hide whitespace changes
Inline
Side-by-side
chrome/skin/aboutTor.css
View file @
94e44055
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment