aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/browser/urlbar-star.svg
diff options
context:
space:
mode:
authorHorst31802016-08-01 16:39:25 +0200
committerHorst31802016-08-01 16:51:34 +0200
commitc74da0b85d23659056299e0d91f3221d2414629d (patch)
tree1af9cefc49f9442544a40fe6c909b818d2fa9eb1 /arc-firefox-theme/chrome/browser/urlbar-star.svg
parentf6e995b18b1c5b1ee3f9612e12d2b171f3ef6fe7 (diff)
downloadsolarc-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-star.svg')
-rw-r--r--arc-firefox-theme/chrome/browser/urlbar-star.svg20
1 files changed, 20 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/browser/urlbar-star.svg b/arc-firefox-theme/chrome/browser/urlbar-star.svg
new file mode 100644
index 0000000..3080aca
--- /dev/null
+++ b/arc-firefox-theme/chrome/browser/urlbar-star.svg
@@ -0,0 +1,20 @@
+<?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="star" d="M8.7,0.5l2,4.3l4.6,0.7c0.6,0.1,0.9,0.9,0.4,1.4l-3.3,3.4l0.8,4.8c0.1,0.7-0.6,1.2-1.1,0.9L8,13.7l-4.1,2.3 c-0.6,0.3-1.2-0.2-1.1-0.9l0.8-4.8L0.2,6.9C-0.2,6.4,0,5.6,0.7,5.5l4.6-0.7l2-4.3C7.6-0.1,8.4-0.1,8.7,0.5z"/>
+ <path id="star-inverted" d="M8.7,0.5l2,4.3l4.6,0.7c0.6,0.1,0.9,0.9,0.4,1.4l-3.3,3.4l0.8,4.8c0.1,0.7-0.6,1.2-1.1,0.9L8,13.7l-4.1,2.3 c-0.6,0.3-1.2-0.2-1.1-0.9l0.8-4.8L0.2,6.9C-0.2,6.4,0,5.6,0.7,5.5l4.6-0.7l2-4.3C7.6-0.1,8.4-0.1,8.7,0.5z"/>
+</svg>