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/browser/devedition | |
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/browser/devedition')
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition/search.svg | 58 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition/urlbar-arrow.png | bin | 189 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition/urlbar-arrow@2x.png | bin | 263 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/devedition/urlbar-history-dropmarker.svg | 19 |
4 files changed, 44 insertions, 33 deletions
diff --git a/arc-firefox-theme/chrome/browser/devedition/search.svg b/arc-firefox-theme/chrome/browser/devedition/search.svg index 6bacdc0..1d7f558 100644 --- a/arc-firefox-theme/chrome/browser/devedition/search.svg +++ b/arc-firefox-theme/chrome/browser/devedition/search.svg @@ -2,26 +2,40 @@ <!-- 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" width="16" height="16"> - <style> - use:not(:target) { - display: none; - } - use { - fill: #797c80; - } - use[id*="-inverted"] { - fill: #b6babf; - } - use[id*="-mac"] { - transform: translate(16px) scaleX(-1); - } - </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"/> - <use id="search-icon-mac" xlink:href="#search"/> - <use id="search-icon-mac-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" + width="16" + height="16" + xml:space="preserve"> +<style> + use:not(:target) { + display: none; + } + + use { + fill: #797C80; + } + + use[id*="-inverted"] { + fill: #B6BABF; + } + + use[id*="-mac"] { + transform: translate(16px) scaleX(-1); + } +</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"/> +<use id="search-icon-mac" xlink:href="#search"/> +<use id="search-icon-mac-inverted" xlink:href="#search"/> </svg> diff --git a/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow.png b/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow.png Binary files differdeleted file mode 100644 index c14afc7..0000000 --- a/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow@2x.png b/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow@2x.png Binary files differdeleted file mode 100644 index e6867a4..0000000 --- a/arc-firefox-theme/chrome/browser/devedition/urlbar-arrow@2x.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/browser/devedition/urlbar-history-dropmarker.svg b/arc-firefox-theme/chrome/browser/devedition/urlbar-history-dropmarker.svg index 115fbf1..7af3149 100644 --- a/arc-firefox-theme/chrome/browser/devedition/urlbar-history-dropmarker.svg +++ b/arc-firefox-theme/chrome/browser/devedition/urlbar-history-dropmarker.svg @@ -1,22 +1,19 @@ -<!-- 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="33" height="14" viewBox="0 0 33 14"> - <defs> +<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="33" height="14" viewBox="0 0 33 14" enable-background="new 0 0 33 14"> + <defs style="display: none;"> <polygon points="0,0 5.5,7 11,0" id="dropmarker-shape"/> </defs> <style> use { - fill: #b6babf; + fill: #B6BABF; } .hover { - fill: #61bdeb; + fill: #61BDEB; } .active { - fill: #39ace6; + fill: #39ACE6; } </style> - <use xlink:href="#dropmarker-shape" style="transform: translate(0, 4px)"/> - <use xlink:href="#dropmarker-shape" style="transform: translate(11px, 4px)" class="hover"/> - <use xlink:href="#dropmarker-shape" style="transform: translate(22px, 4px)" class="active"/> + <use xlink:href="#dropmarker-shape" style="transform: translate(0, 4px)"></use> + <use xlink:href="#dropmarker-shape" style="transform: translate(11px, 4px)" class="hover"></use> + <use xlink:href="#dropmarker-shape" style="transform: translate(22px, 4px)" class="active"></use> </svg> |