diff options
author | Horst3180 | 2017-03-11 14:54:09 +0100 |
---|---|---|
committer | Horst3180 | 2017-03-11 14:54:09 +0100 |
commit | bc3725e858b0c1bc27dd1164cb2908dcef21f404 (patch) | |
tree | 20afd8e2c0b90aa9057704d731b10deda904f552 /arc-firefox-theme/chrome/browser/addons | |
parent | ec1fc1732ea2cbf67bb32bf63d6178c1deee21c0 (diff) | |
download | solarc-firefox-theme-bc3725e858b0c1bc27dd1164cb2908dcef21f404.tar.gz solarc-firefox-theme-bc3725e858b0c1bc27dd1164cb2908dcef21f404.tar.xz solarc-firefox-theme-bc3725e858b0c1bc27dd1164cb2908dcef21f404.zip |
update to 52.0
Diffstat (limited to 'arc-firefox-theme/chrome/browser/addons')
-rw-r--r-- | arc-firefox-theme/chrome/browser/addons/addon-install-anchor.svg | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/arc-firefox-theme/chrome/browser/addons/addon-install-anchor.svg b/arc-firefox-theme/chrome/browser/addons/addon-install-anchor.svg index 60c59cf..901109e 100644 --- a/arc-firefox-theme/chrome/browser/addons/addon-install-anchor.svg +++ b/arc-firefox-theme/chrome/browser/addons/addon-install-anchor.svg @@ -3,9 +3,37 @@ - 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" + class="fieldtext" width="16" height="16" viewBox="0 0 16 16"> +<style> + +.fieldtext { + fill: -moz-fieldtext; + /* The fill-opacity needs to be sufficient for high-contrast settings, and + pathological Gtk themes where -moz-fieldtext provides low contrast by + default. */ + fill-opacity: .7; +} + + +.highlighttext { + fill: highlighttext; + fill-opacity: 1; +} + +.black { + fill: black; + fill-opacity: .6; +} + +.white { + fill: white; + fill-opacity: .7; +} + +</style> <defs> <path id="shape-notifications-addons" d="M10,15c0.5,0,1-0.4,1-1v-3c0,0,0-0.8,0.8-0.8c0.6,0,0.6,0.8,1.8,0.8c0.6,0,1.5-0.2,1.5-2c0-1.8-0.9-2-1.5-2 c-1.1,0-1.1,0.7-1.8,0.7C11,7.7,11,7,11,7V6c0-0.6-0.5-1-1-1H8c0,0-0.8,0-0.8-0.8C7.2,3.6,8,3.6,8,2.5C8,1.9,7.8,1,6,1 C4.2,1,4,1.9,4,2.5c0,1.1,0.8,1.1,0.8,1.8C4.8,5,4,5,4,5H2C1.5,5,1,5.4,1,6l0,1.5c0,0-0.1,1,1.1,1c0.8,0,0.9-1,1.9-1 C4.5,7.4,5,8,5,9c0,1-0.5,1.6-1,1.6c-1,0-1.1-1.1-1.9-1.1C0.9,9.5,1,10.8,1,10.8V14c0,0.6,0.5,1,1,1l2.6,0c0,0,1.1,0,1.1-1 c0-0.8-1-0.1-1-1.1c0-0.5,0.7-1.2,1.8-1.2s1.8,0.7,1.8,1.2c0,1-1.1,0.3-1.1,1.1c0,1,1.2,1,1.2,1H10z"/> </defs> - <use id="default" xlink:href="#shape-notifications-addons" /> + <use xlink:href="#shape-notifications-addons"/> </svg> |