diff options
author | Horst3180 | 2015-08-19 19:38:44 +0200 |
---|---|---|
committer | Horst3180 | 2015-08-19 19:38:44 +0200 |
commit | 1d5f9f7aa7ac0bfe6a091b7c1395cafa33d52c43 (patch) | |
tree | 99efccaeba25e26aa03bdefcb83fb874b5061acc /arc-firefox-theme/chrome/browser/social | |
parent | c5fee00815d47f0d3970c6c4761ef1c15e5ee16f (diff) | |
download | solarc-firefox-theme-1d5f9f7aa7ac0bfe6a091b7c1395cafa33d52c43.tar.gz solarc-firefox-theme-1d5f9f7aa7ac0bfe6a091b7c1395cafa33d52c43.tar.xz solarc-firefox-theme-1d5f9f7aa7ac0bfe6a091b7c1395cafa33d52c43.zip |
add firefox theme40.20150819
Diffstat (limited to 'arc-firefox-theme/chrome/browser/social')
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/chat-icons.svg | 45 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/gear_clicked.png | bin | 0 -> 1262 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/gear_default.png | bin | 0 -> 1271 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/services-16.png | bin | 0 -> 937 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/services-64.png | bin | 0 -> 5613 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/share-button-active.png | bin | 0 -> 1341 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/social/share-button.png | bin | 0 -> 1346 bytes |
7 files changed, 45 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/social/chat-icons.svg b/arc-firefox-theme/chrome/browser/social/chat-icons.svg new file mode 100644 index 0000000..272fe5b --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/chat-icons.svg @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<!-- 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" + x="0px" y="0px" + viewBox="-3 -3 16 16" + enable-background="new 0 0 16 16" + xml:space="preserve"> +<style> +use:not(:target) { + display: none; +} + +use { + fill: #c1c1c1; +} + +use[id$="-active"] { + fill: #c1c1c1; +} + +use[id$="-disabled"] { + fill: #c1c1c1; +} +</style> +<defs> + <polygon id="close-shape" fill-rule="evenodd" clip-rule="evenodd" points="10,1.717 8.336,0.049 5.024,3.369 1.663,0 0,1.668 + 3.36,5.037 0.098,8.307 1.762,9.975 5.025,6.705 8.311,10 9.975,8.332 6.688,5.037"/> + <path id="dropdown-shape" fill-rule="evenodd" clip-rule="evenodd" d="M9,3L4.984,7L1,3H9z"/> + <polygon id="expand-shape" fill-rule="evenodd" clip-rule="evenodd" points="10,0 4.838,0 6.506,1.669 0,8.175 1.825,10 8.331,3.494 + 10,5.162"/> + <rect id="minimize-shape" y="3.6" fill-rule="evenodd" clip-rule="evenodd" width="10" height="2.8"/> +</defs> +<use id="close" xlink:href="#close-shape"/> +<use id="close-active" xlink:href="#close-shape"/> +<use id="close-disabled" xlink:href="#close-shape"/> +<use id="expand" xlink:href="#expand-shape"/> +<use id="expand-active" xlink:href="#expand-shape"/> +<use id="expand-disabled" xlink:href="#expand-shape"/> +<use id="minimize" xlink:href="#minimize-shape"/> +<use id="minimize-active" xlink:href="#minimize-shape"/> +<use id="minimize-disabled" xlink:href="#minimize-shape"/> +</svg> diff --git a/arc-firefox-theme/chrome/browser/social/gear_clicked.png b/arc-firefox-theme/chrome/browser/social/gear_clicked.png Binary files differnew file mode 100644 index 0000000..7c93aa7 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/gear_clicked.png diff --git a/arc-firefox-theme/chrome/browser/social/gear_default.png b/arc-firefox-theme/chrome/browser/social/gear_default.png Binary files differnew file mode 100644 index 0000000..2a9c8e1 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/gear_default.png diff --git a/arc-firefox-theme/chrome/browser/social/services-16.png b/arc-firefox-theme/chrome/browser/social/services-16.png Binary files differnew file mode 100644 index 0000000..7001ea1 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/services-16.png diff --git a/arc-firefox-theme/chrome/browser/social/services-64.png b/arc-firefox-theme/chrome/browser/social/services-64.png Binary files differnew file mode 100644 index 0000000..e787bdd --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/services-64.png diff --git a/arc-firefox-theme/chrome/browser/social/share-button-active.png b/arc-firefox-theme/chrome/browser/social/share-button-active.png Binary files differnew file mode 100644 index 0000000..7df438d --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/share-button-active.png diff --git a/arc-firefox-theme/chrome/browser/social/share-button.png b/arc-firefox-theme/chrome/browser/social/share-button.png Binary files differnew file mode 100644 index 0000000..c5298c1 --- /dev/null +++ b/arc-firefox-theme/chrome/browser/social/share-button.png |