diff options
Diffstat (limited to 'arc-firefox-theme/chrome/browser/tabbrowser')
-rw-r--r-- | arc-firefox-theme/chrome/browser/tabbrowser/loading.png | bin | 13906 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/browser/tabbrowser/newtab-inverted.svg | 13 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/tabbrowser/newtab.svg | 7 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg | 4 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg | 4 |
5 files changed, 20 insertions, 8 deletions
diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/loading.png b/arc-firefox-theme/chrome/browser/tabbrowser/loading.png Binary files differdeleted file mode 100644 index a2f9b79..0000000 --- a/arc-firefox-theme/chrome/browser/tabbrowser/loading.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/newtab-inverted.svg b/arc-firefox-theme/chrome/browser/tabbrowser/newtab-inverted.svg new file mode 100644 index 0000000..2728cda --- /dev/null +++ b/arc-firefox-theme/chrome/browser/tabbrowser/newtab-inverted.svg @@ -0,0 +1,13 @@ +<!-- 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 width="16" height="18" xmlns="http://www.w3.org/2000/svg"> + <g stroke="#666" stroke-width="2" fill="none"> + <rect x="7" y="3" width="2" height="12" rx="0.25" ry="0.25"/> + <rect x="2" y="8" width="12" height="2" rx="0.25" ry="0.25"/> + </g> + <g fill="#fff"> + <rect x="7" y="3" width="2" height="12"/> + <rect x="2" y="8" width="12" height="2"/> + </g> +</svg> diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/newtab.svg b/arc-firefox-theme/chrome/browser/tabbrowser/newtab.svg new file mode 100644 index 0000000..40548da --- /dev/null +++ b/arc-firefox-theme/chrome/browser/tabbrowser/newtab.svg @@ -0,0 +1,7 @@ +<!-- 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 width="16" height="18" xmlns="http://www.w3.org/2000/svg" fill="#4c4c4c"> + <rect x="7" y="3" width="2" height="12"/> + <rect x="2" y="8" width="12" height="2"/> +</svg> diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg index 75d70c9..319c519 100644 --- a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg +++ b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-end.svg @@ -29,10 +29,6 @@ <svg:clipPath id="tab-curve-clip-path-end" clipPathUnits="objectBoundingBox"> <svg:path d="m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z"/> </svg:clipPath> - -<svg:clipPath id="tab-hover-clip-path" clipPathUnits="objectBoundingBox"> - <svg:path d="M 0,0.2 0,1 1,1, 1,0.2 z"/> -</svg:clipPath> </defs> <foreignObject width="30" height="31" clip-path="url(#tab-curve-clip-path-end)"> <div id="tab-background-fill" xmlns="http://www.w3.org/1999/xhtml"></div> diff --git a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg index 66d75dd..8887dd0 100644 --- a/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg +++ b/arc-firefox-theme/chrome/browser/tabbrowser/tab-selected-start.svg @@ -29,10 +29,6 @@ <svg:clipPath id="tab-curve-clip-path-end" clipPathUnits="objectBoundingBox"> <svg:path d="m 0,0.0625 -0.05,0 0,0.938 1,0 0,-0.028 C 0.67917542,0.95840561 0.56569036,0.81970962 0.51599998,0.5625 0.48279998,0.3905 0.465,0.0659 0,0.0625 z"/> </svg:clipPath> - -<svg:clipPath id="tab-hover-clip-path" clipPathUnits="objectBoundingBox"> - <svg:path d="M 0,0.2 0,1 1,1, 1,0.2 z"/> -</svg:clipPath> </defs> <foreignObject width="30" height="31" clip-path="url(#tab-curve-clip-path-start)"> <div id="tab-background-fill" xmlns="http://www.w3.org/1999/xhtml"></div> |