mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
Include a local copy of the arrow icon
From https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg
This commit is contained in:
parent
b1116a1c35
commit
51bc1cf3ed
2 changed files with 5 additions and 1 deletions
4
proxy/webext/icons/arrowhead-right-12.svg
Normal file
4
proxy/webext/icons/arrowhead-right-12.svg
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||||
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||||
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><path fill="context-fill" d="M9 6a1 1 0 0 0-.293-.707l-3-3a1 1 0 0 0-1.414 1.414L6.586 6 4.293 8.293a1 1 0 0 0 1.414 1.414l3-3A1 1 0 0 0 9 6z"/></svg>
|
After Width: | Height: | Size: 445 B |
|
@ -27,7 +27,7 @@ body {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 12px;
|
top: 12px;
|
||||||
background-image: url(https://design.firefox.com/icons/icons/desktop/arrowhead-right-12.svg);
|
background-image: url(../icons/arrowhead-right-12.svg);
|
||||||
width: 12px;
|
width: 12px;
|
||||||
height: 12px;
|
height: 12px;
|
||||||
opacity : 0.6;
|
opacity : 0.6;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue