diff options
author | Horst3180 | 2015-10-21 21:18:30 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-21 21:18:30 +0200 |
commit | 3ae0c90209c4aeacc3f8a7958e943361097a272d (patch) | |
tree | 239a600adb21f72331ec7ed51ab974e925e09a6c /arc-firefox-theme/chrome/global/icons | |
parent | 9301a62ccbeae64475ff6ea16b8e33c96d918a4f (diff) | |
download | solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.gz solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.tar.xz solarc-firefox-theme-3ae0c90209c4aeacc3f8a7958e943361097a272d.zip |
add support for Firefox 38 esr
Diffstat (limited to 'arc-firefox-theme/chrome/global/icons')
45 files changed, 90 insertions, 42 deletions
diff --git a/arc-firefox-theme/chrome/global/icons/Error.png b/arc-firefox-theme/chrome/global/icons/Error.png Binary files differindex bd4064f..59ad20d 100644 --- a/arc-firefox-theme/chrome/global/icons/Error.png +++ b/arc-firefox-theme/chrome/global/icons/Error.png diff --git a/arc-firefox-theme/chrome/global/icons/Landscape.png b/arc-firefox-theme/chrome/global/icons/Landscape.png Binary files differindex 925506c..cc43abd 100644 --- a/arc-firefox-theme/chrome/global/icons/Landscape.png +++ b/arc-firefox-theme/chrome/global/icons/Landscape.png diff --git a/arc-firefox-theme/chrome/global/icons/Portrait.png b/arc-firefox-theme/chrome/global/icons/Portrait.png Binary files differindex fb7e18d..ce36e84 100644 --- a/arc-firefox-theme/chrome/global/icons/Portrait.png +++ b/arc-firefox-theme/chrome/global/icons/Portrait.png diff --git a/arc-firefox-theme/chrome/global/icons/Print-preview.png b/arc-firefox-theme/chrome/global/icons/Print-preview.png Binary files differindex 51c7601..6f47367 100644 --- a/arc-firefox-theme/chrome/global/icons/Print-preview.png +++ b/arc-firefox-theme/chrome/global/icons/Print-preview.png diff --git a/arc-firefox-theme/chrome/global/icons/Question.png b/arc-firefox-theme/chrome/global/icons/Question.png Binary files differindex ed8d371..c100040 100644 --- a/arc-firefox-theme/chrome/global/icons/Question.png +++ b/arc-firefox-theme/chrome/global/icons/Question.png diff --git a/arc-firefox-theme/chrome/global/icons/Search-close.png b/arc-firefox-theme/chrome/global/icons/Search-close.png Binary files differindex 7faca92..39d800e 100644 --- a/arc-firefox-theme/chrome/global/icons/Search-close.png +++ b/arc-firefox-theme/chrome/global/icons/Search-close.png diff --git a/arc-firefox-theme/chrome/global/icons/Search-glass.png b/arc-firefox-theme/chrome/global/icons/Search-glass.png Binary files differindex 16a75cf..9eb0e25 100644 --- a/arc-firefox-theme/chrome/global/icons/Search-glass.png +++ b/arc-firefox-theme/chrome/global/icons/Search-glass.png diff --git a/arc-firefox-theme/chrome/global/icons/Warning.png b/arc-firefox-theme/chrome/global/icons/Warning.png Binary files differindex ee5622f..c0ec9b5 100644 --- a/arc-firefox-theme/chrome/global/icons/Warning.png +++ b/arc-firefox-theme/chrome/global/icons/Warning.png diff --git a/arc-firefox-theme/chrome/global/icons/autocomplete-search.svg b/arc-firefox-theme/chrome/global/icons/autocomplete-search.svg index 5da904d..50c77a5 100644 --- a/arc-firefox-theme/chrome/global/icons/autocomplete-search.svg +++ b/arc-firefox-theme/chrome/global/icons/autocomplete-search.svg @@ -2,21 +2,32 @@ <!-- 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" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 16 16" >
- <style>
- use:not(:target) {
- display: none;
- }
- use {
- fill: GrayText;
- }
- use[id$="-inverted"] {
- fill: highlighttext;
- }
- </style>
- <defs>
- <path id="search" fill-rule="evenodd" d="M9.356,1.178c-3.014,0-5.458,2.45-5.458,5.472c0,1.086,0.32,2.096,0.864,2.947 l-3.279,3.287c-0.396,0.397-0.396,1.041,0,1.438l0.202,0.202c0.396,0.397,1.039,0.397,1.435,0l3.275-3.283 c0.854,0.554,1.869,0.88,2.962,0.88c3.014,0,5.458-2.45,5.458-5.471C14.814,3.627,12.371,1.178,9.356,1.178z M9.356,10.001 c-1.847,0-3.344-1.501-3.344-3.352c0-1.851,1.497-3.352,3.344-3.352c1.846,0,3.344,1.501,3.344,3.352 C12.7,8.501,11.203,10.001,9.356,10.001z"/>
- </defs>
- <use id="search-icon" xlink:href="#search"/>
- <use id="search-icon-inverted" xlink:href="#search"/>
+<svg xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ x="0px" y="0px"
+ viewBox="0 0 16 16"
+ enable-background="new 0 0 16 16"
+ xml:space="preserve">
+<style>
+ use:not(:target) {
+ display: none;
+ }
+
+ use {
+ fill: GrayText;
+ }
+
+ use[id$="-inverted"] {
+ fill: highlighttext;
+ }
+</style>
+<defs style="display:none">
+ <path id="search" fill-rule="evenodd" clip-rule="evenodd" d="M9.356,1.178c-3.014,0-5.458,2.45-5.458,5.472c0,1.086,0.32,2.096,0.864,2.947
+ l-3.279,3.287c-0.396,0.397-0.396,1.041,0,1.438l0.202,0.202c0.396,0.397,1.039,0.397,1.435,0l3.275-3.283
+ c0.854,0.554,1.869,0.88,2.962,0.88c3.014,0,5.458-2.45,5.458-5.471C14.814,3.627,12.371,1.178,9.356,1.178z M9.356,10.001
+ c-1.847,0-3.344-1.501-3.344-3.352c0-1.851,1.497-3.352,3.344-3.352c1.846,0,3.344,1.501,3.344,3.352
+ C12.7,8.501,11.203,10.001,9.356,10.001z"/>
+</defs>
+<use id="search-icon" xlink:href="#search"/>
+<use id="search-icon-inverted" xlink:href="#search"/>
</svg>
diff --git a/arc-firefox-theme/chrome/global/icons/close-XPVista7.png b/arc-firefox-theme/chrome/global/icons/close-XPVista7.png Binary files differdeleted file mode 100644 index ea6ada4..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-XPVista7.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-XPVista7@2x.png b/arc-firefox-theme/chrome/global/icons/close-XPVista7@2x.png Binary files differdeleted file mode 100644 index c25a64a..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-XPVista7@2x.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7.png b/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7.png Binary files differdeleted file mode 100644 index 68596a3..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7@2x.png b/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7@2x.png Binary files differdeleted file mode 100644 index eec52e6..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-inverted-XPVista7@2x.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-inverted.png b/arc-firefox-theme/chrome/global/icons/close-inverted.png Binary files differdeleted file mode 100644 index 0e81580..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-inverted.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-inverted@2x.png b/arc-firefox-theme/chrome/global/icons/close-inverted@2x.png Binary files differdeleted file mode 100644 index 79d6e87..0000000 --- a/arc-firefox-theme/chrome/global/icons/close-inverted@2x.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/close-lunaBlue.png b/arc-firefox-theme/chrome/global/icons/close-lunaBlue.png Binary files differnew file mode 100644 index 0000000..b657c47 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/close-lunaBlue.png diff --git a/arc-firefox-theme/chrome/global/icons/close-lunaOlive.png b/arc-firefox-theme/chrome/global/icons/close-lunaOlive.png Binary files differnew file mode 100644 index 0000000..b071b14 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/close-lunaOlive.png diff --git a/arc-firefox-theme/chrome/global/icons/close-lunaSilver.png b/arc-firefox-theme/chrome/global/icons/close-lunaSilver.png Binary files differnew file mode 100644 index 0000000..36cbda9 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/close-lunaSilver.png diff --git a/arc-firefox-theme/chrome/global/icons/close.png b/arc-firefox-theme/chrome/global/icons/close.png Binary files differindex 1a79a87..ae989fd 100644 --- a/arc-firefox-theme/chrome/global/icons/close.png +++ b/arc-firefox-theme/chrome/global/icons/close.png diff --git a/arc-firefox-theme/chrome/global/icons/close.svg b/arc-firefox-theme/chrome/global/icons/close.svg index 042ecbf..375a412 100644 --- a/arc-firefox-theme/chrome/global/icons/close.svg +++ b/arc-firefox-theme/chrome/global/icons/close.svg @@ -1,76 +1,104 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- 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" xmlns:xlink="http://www.w3.org/1999/xlink" width="96px" height="16px" viewBox="0 0 96 16"> + +<svg version="1.1" + id="icon-close" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + x="0px" + y="0px" + width="96px" + height="16px" + viewBox="0 0 96 16"> + <defs> - <style> + <style type="text/css"><![CDATA[ /* X Glyph Styles */ + .glyphShape-style-foreground { fill: ButtonText; fill-opacity: .8; } + .glyphShape-style-background { fill: -moz-MenuBarText; fill-opacity: .8; } + .glyphShape-style-hover { fill: #fff; } + .glyphShape-style-hover-shadow { fill: #b32c12; } + .glyphShape-style-hover-active { fill: #fff; fill-opacity: .8; } + .glyphShape-style-hover-active-shadow { fill: #99260f; } + .glyphShape-style-LWT-bright { fill: #fff; fill-opacity: .8; } + .glyphShape-style-LWT-dark { fill: #000; fill-opacity: .8; } + + /* Close Button Background Styles */ + .icon-background-hover { fill: #d93616; } + .icon-background-hover-active { fill: #b32c12; } - </style> + ]]></style> + <polygon id="glyphShape-close" points="4,5.5 5.5,4 8,6.5 10.5,4 12,5.5 9.5,8 12,10.5 10.5,12 8,9.5 5.5,12 4,10.5 6.5,8"/> <polygon id="glyphShape-close-topHighlight" points="4,5.5 5.5,4 8,6.5 10.5,4 12,5.5 9.5,8 11.5,6 10.5,5 8,7.5 5.5,5 4.5,6"/> - <rect id="glyphShape-background" x="2" y="2" rx="2" width="12" height="12"/> + <rect id="glyphShape-background" x="2" y="2" rx="2" width="12" height="12"/> + </defs> + <g id="icon-closeForeground-default"> <use xlink:href="#glyphShape-close" class="glyphShape-style-foreground" /> <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-foreground" /> </g> + <g id="icon-close-hover" transform="translate(16)"> <use xlink:href="#glyphShape-background" class="icon-background-hover" /> <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-shadow" transform="translate(0,1)" /> <use xlink:href="#glyphShape-close" class="glyphShape-style-hover" /> </g> + <g id="icon-close-hover-active" transform="translate(32)"> <use xlink:href="#glyphShape-background" class="icon-background-hover-active" /> <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-active-shadow" transform="translate(0,1)" /> <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-active" /> </g> + <g id="icon-closeBackground-default" transform="translate(48)"> <use xlink:href="#glyphShape-close" class="glyphShape-style-background" /> <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-background" /> </g> + <g id="icon-close-LWT-bright" transform="translate(64)"> <use xlink:href="#glyphShape-close" class="glyphShape-style-LWT-bright" /> <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-LWT-bright" /> </g> + <g id="icon-close-LWT-dark" transform="translate(80)"> <use xlink:href="#glyphShape-close" class="glyphShape-style-LWT-dark" /> <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-LWT-dark" /> </g> + </svg> diff --git a/arc-firefox-theme/chrome/global/icons/close@2x.png b/arc-firefox-theme/chrome/global/icons/close@2x.png Binary files differdeleted file mode 100644 index 3cc9ea2..0000000 --- a/arc-firefox-theme/chrome/global/icons/close@2x.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/global/icons/error-16.png b/arc-firefox-theme/chrome/global/icons/error-16.png Binary files differindex 54b5740..936d2ab 100644 --- a/arc-firefox-theme/chrome/global/icons/error-16.png +++ b/arc-firefox-theme/chrome/global/icons/error-16.png diff --git a/arc-firefox-theme/chrome/global/icons/error-24.png b/arc-firefox-theme/chrome/global/icons/error-24.png Binary files differnew file mode 100644 index 0000000..84cafdd --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/error-24.png diff --git a/arc-firefox-theme/chrome/global/icons/error-48.png b/arc-firefox-theme/chrome/global/icons/error-48.png Binary files differnew file mode 100644 index 0000000..c38e6ca --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/error-48.png diff --git a/arc-firefox-theme/chrome/global/icons/error-64.png b/arc-firefox-theme/chrome/global/icons/error-64.png Binary files differindex a5b78a4..75a00c4 100644 --- a/arc-firefox-theme/chrome/global/icons/error-64.png +++ b/arc-firefox-theme/chrome/global/icons/error-64.png diff --git a/arc-firefox-theme/chrome/global/icons/find.png b/arc-firefox-theme/chrome/global/icons/find.png Binary files differnew file mode 100644 index 0000000..cceed40 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/find.png diff --git a/arc-firefox-theme/chrome/global/icons/folder-item.png b/arc-firefox-theme/chrome/global/icons/folder-item.png Binary files differindex 905ef0f..26cda98 100644 --- a/arc-firefox-theme/chrome/global/icons/folder-item.png +++ b/arc-firefox-theme/chrome/global/icons/folder-item.png diff --git a/arc-firefox-theme/chrome/global/icons/information-16.png b/arc-firefox-theme/chrome/global/icons/information-16.png Binary files differindex 4393795..aa8ce6e 100644 --- a/arc-firefox-theme/chrome/global/icons/information-16.png +++ b/arc-firefox-theme/chrome/global/icons/information-16.png diff --git a/arc-firefox-theme/chrome/global/icons/information-24.png b/arc-firefox-theme/chrome/global/icons/information-24.png Binary files differindex e23f9c3..7fa782d 100644 --- a/arc-firefox-theme/chrome/global/icons/information-24.png +++ b/arc-firefox-theme/chrome/global/icons/information-24.png diff --git a/arc-firefox-theme/chrome/global/icons/information-32.png b/arc-firefox-theme/chrome/global/icons/information-32.png Binary files differindex a2a64a4..5120db6 100644 --- a/arc-firefox-theme/chrome/global/icons/information-32.png +++ b/arc-firefox-theme/chrome/global/icons/information-32.png diff --git a/arc-firefox-theme/chrome/global/icons/information-48.png b/arc-firefox-theme/chrome/global/icons/information-48.png Binary files differnew file mode 100644 index 0000000..59893b2 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/information-48.png diff --git a/arc-firefox-theme/chrome/global/icons/information-64.png b/arc-firefox-theme/chrome/global/icons/information-64.png Binary files differnew file mode 100644 index 0000000..d799cca --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/information-64.png diff --git a/arc-firefox-theme/chrome/global/icons/panelarrow-horizontal.svg b/arc-firefox-theme/chrome/global/icons/panelarrow-horizontal.svg index 1c4c6bc..6f794b7 100644 --- a/arc-firefox-theme/chrome/global/icons/panelarrow-horizontal.svg +++ b/arc-firefox-theme/chrome/global/icons/panelarrow-horizontal.svg @@ -2,7 +2,12 @@ <!-- 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="10" height="20"> - <path d="M 10,-0.2 L -0.2,10 10,20.2 z" fill="ThreeDShadow"/> - <path d="M 10,1.2 L 1.2,10 10,18.8 z" fill="-moz-Dialog"/> + +<svg xmlns="http://www.w3.org/2000/svg" + width="10" + height="20"> + <path d="M 10,-0.2 L -0.2,10 10,20.2 z" + fill="ThreeDShadow"/> + <path d="M 10,1.2 L 1.2,10 10,18.8 z" + fill="-moz-Dialog"/> </svg> diff --git a/arc-firefox-theme/chrome/global/icons/panelarrow-vertical.svg b/arc-firefox-theme/chrome/global/icons/panelarrow-vertical.svg index 073d021..3d79e18 100644 --- a/arc-firefox-theme/chrome/global/icons/panelarrow-vertical.svg +++ b/arc-firefox-theme/chrome/global/icons/panelarrow-vertical.svg @@ -2,7 +2,12 @@ <!-- 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="20" height="10"> - <path d="M -0.2,10 L 10,-0.2 20.2,10 z" fill="ThreeDShadow"/> - <path d="M 1.2,10 L 10,1.2 18.8,10 z" fill="-moz-Dialog"/> + +<svg xmlns="http://www.w3.org/2000/svg" + width="20" + height="10"> + <path d="M -0.2,10 L 10,-0.2 20.2,10 z" + fill="ThreeDShadow"/> + <path d="M 1.2,10 L 10,1.2 18.8,10 z" + fill="-moz-Dialog"/> </svg> diff --git a/arc-firefox-theme/chrome/global/icons/question-16.png b/arc-firefox-theme/chrome/global/icons/question-16.png Binary files differindex 7e9aa7f..0c8eafd 100644 --- a/arc-firefox-theme/chrome/global/icons/question-16.png +++ b/arc-firefox-theme/chrome/global/icons/question-16.png diff --git a/arc-firefox-theme/chrome/global/icons/question-24.png b/arc-firefox-theme/chrome/global/icons/question-24.png Binary files differnew file mode 100644 index 0000000..d4a55b6 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/question-24.png diff --git a/arc-firefox-theme/chrome/global/icons/question-48.png b/arc-firefox-theme/chrome/global/icons/question-48.png Binary files differnew file mode 100644 index 0000000..b818636 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/question-48.png diff --git a/arc-firefox-theme/chrome/global/icons/question-64.png b/arc-firefox-theme/chrome/global/icons/question-64.png Binary files differindex f07efc0..a1a51b8 100644 --- a/arc-firefox-theme/chrome/global/icons/question-64.png +++ b/arc-firefox-theme/chrome/global/icons/question-64.png diff --git a/arc-firefox-theme/chrome/global/icons/warning-16.png b/arc-firefox-theme/chrome/global/icons/warning-16.png Binary files differindex 513c954..a215743 100644 --- a/arc-firefox-theme/chrome/global/icons/warning-16.png +++ b/arc-firefox-theme/chrome/global/icons/warning-16.png diff --git a/arc-firefox-theme/chrome/global/icons/warning-24.png b/arc-firefox-theme/chrome/global/icons/warning-24.png Binary files differnew file mode 100644 index 0000000..42f20a7 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/warning-24.png diff --git a/arc-firefox-theme/chrome/global/icons/warning-64.png b/arc-firefox-theme/chrome/global/icons/warning-64.png Binary files differindex a93e891..832f348 100644 --- a/arc-firefox-theme/chrome/global/icons/warning-64.png +++ b/arc-firefox-theme/chrome/global/icons/warning-64.png diff --git a/arc-firefox-theme/chrome/global/icons/warning-large.png b/arc-firefox-theme/chrome/global/icons/warning-large.png Binary files differindex 2b445f0..0ec8e79 100644 --- a/arc-firefox-theme/chrome/global/icons/warning-large.png +++ b/arc-firefox-theme/chrome/global/icons/warning-large.png diff --git a/arc-firefox-theme/chrome/global/icons/warning.svg b/arc-firefox-theme/chrome/global/icons/warning.svg index bde2da1..0082970 100644 --- a/arc-firefox-theme/chrome/global/icons/warning.svg +++ b/arc-firefox-theme/chrome/global/icons/warning.svg @@ -1,13 +1,12 @@ <?xml version="1.0" encoding="utf-8"?> -<!-- 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" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 60 60"> - <defs> - <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="30" y1="10" x2="30" y2="50"> - <stop offset="0" style="stop-color: #fedb00"/> - <stop offset="1" style="stop-color: #fcce00"/> - </linearGradient> - </defs> - <path fill="url(#gradient)" d="M49.316,42.867L33.829,12.7c-0.879-1.715-2.274-2.7-3.828-2.7c-1.554,0-2.949,0.985-3.829,2.702 L10.685,42.864c-0.869,1.69-0.913,3.482-0.121,4.909C11.35,49.187,12.817,50,14.591,50h30.82c1.772,0,3.24-0.81,4.023-2.224 C50.227,46.349,50.185,44.56,49.316,42.867z M32.176,22.304l-0.48,14.304h-3.424L27.76,22.304H32.176z M30,44.896 c-1.44,0-2.592-1.184-2.592-2.592c0-1.44,1.152-2.592,2.592-2.592c1.472,0,2.592,1.152,2.592,2.592 C32.592,43.712,31.472,44.896,30,44.896z"/> -</svg> +<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0" y="0" viewBox="0 0 60 60" enable-background="new 0 0 60 60"> + <linearGradient id="gradient" gradientUnits="userSpaceOnUse" x1="30" y1="10" x2="30" y2="50"> + <stop offset="0" style="stop-color: #fedb00"/> + <stop offset="1" style="stop-color: #fcce00"/> + </linearGradient> + <path fill="url(#gradient)" d="M49.316,42.867L33.829,12.7c-0.879-1.715-2.274-2.7-3.828-2.7c-1.554,0-2.949,0.985-3.829,2.702 + L10.685,42.864c-0.869,1.69-0.913,3.482-0.121,4.909C11.35,49.187,12.817,50,14.591,50h30.82c1.772,0,3.24-0.81,4.023-2.224 + C50.227,46.349,50.185,44.56,49.316,42.867z M32.176,22.304l-0.48,14.304h-3.424L27.76,22.304H32.176z M30,44.896 + c-1.44,0-2.592-1.184-2.592-2.592c0-1.44,1.152-2.592,2.592-2.592c1.472,0,2.592,1.152,2.592,2.592 + C32.592,43.712,31.472,44.896,30,44.896z"/> +</svg>
\ No newline at end of file diff --git a/arc-firefox-theme/chrome/global/icons/windowControls.png b/arc-firefox-theme/chrome/global/icons/windowControls.png Binary files differindex 9925b84..d90efb0 100644 --- a/arc-firefox-theme/chrome/global/icons/windowControls.png +++ b/arc-firefox-theme/chrome/global/icons/windowControls.png diff --git a/arc-firefox-theme/chrome/global/icons/wrap.png b/arc-firefox-theme/chrome/global/icons/wrap.png Binary files differnew file mode 100644 index 0000000..32492d5 --- /dev/null +++ b/arc-firefox-theme/chrome/global/icons/wrap.png |