diff options
author | Horst3180 | 2016-08-01 16:39:25 +0200 |
---|---|---|
committer | Horst3180 | 2016-08-01 16:51:34 +0200 |
commit | c74da0b85d23659056299e0d91f3221d2414629d (patch) | |
tree | 1af9cefc49f9442544a40fe6c909b818d2fa9eb1 /arc-firefox-theme/chrome/browser/urlbar-tab.svg | |
parent | f6e995b18b1c5b1ee3f9612e12d2b171f3ef6fe7 (diff) | |
download | solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.gz solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.tar.xz solarc-firefox-theme-c74da0b85d23659056299e0d91f3221d2414629d.zip |
update to 48.0rc2
Diffstat (limited to 'arc-firefox-theme/chrome/browser/urlbar-tab.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/urlbar-tab.svg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/urlbar-tab.svg b/arc-firefox-theme/chrome/browser/urlbar-tab.svg new file mode 100644 index 0000000..87a2c7f --- /dev/null +++ b/arc-firefox-theme/chrome/browser/urlbar-tab.svg @@ -0,0 +1,21 @@ +<?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" width="16" height="16" viewBox="0 0 16 16"> + <style> + path:not(:target) { + display: none; + } + path { + fill: #b2b2b2; + } + path[id$="-inverted"] { + fill: #fff; + } + </style> + + <path id="tab" d="M14,9.5V6c0-1.7-1.3-3-3-3H5C3.3,3,2,4.3,2,6v3.5C2,10.3,1.3,11,0.5,11h0C0.2,11,0,11.2,0,11.5v1 C0,12.8,0.2,13,0.5,13h15c0.3,0,0.5-0.2,0.5-0.5v-1c0-0.3-0.2-0.5-0.5-0.5h0C14.7,11,14,10.3,14,9.5z"/> + <path id="tab-inverted" d="M14,9.5V6c0-1.7-1.3-3-3-3H5C3.3,3,2,4.3,2,6v3.5C2,10.3,1.3,11,0.5,11h0C0.2,11,0,11.2,0,11.5v1 C0,12.8,0.2,13,0.5,13h15c0.3,0,0.5-0.2,0.5-0.5v-1c0-0.3-0.2-0.5-0.5-0.5h0C14.7,11,14,10.3,14,9.5z"/> + +</svg> |