browser/themes/shared/tab-selected.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/browser/themes/shared/tab-selected.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
     1.6 +<!-- This Source Code Form is subject to the terms of the Mozilla Public
     1.7 +   - License, v. 2.0. If a copy of the MPL was not distributed with this
     1.8 +   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
     1.9 +
    1.10 +<svg version="1.1"
    1.11 +     xmlns="http://www.w3.org/2000/svg"
    1.12 +     xmlns:svg="http://www.w3.org/2000/svg"
    1.13 +     x="0px"
    1.14 +     y="0px"
    1.15 +     width="30px"
    1.16 +     height="31px"
    1.17 +     preserveAspectRatio="none"
    1.18 +     xml:space="preserve">
    1.19 +  <defs>
    1.20 +    <style><![CDATA[
    1.21 +
    1.22 +%filter substitution
    1.23 +
    1.24 +%ifdef XP_MACOSX
    1.25 +%include ../osx/shared.inc
    1.26 +%elif defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_QT)
    1.27 +%include ../linux/linuxShared.inc
    1.28 +%else
    1.29 +%include ../windows/windowsShared.inc
    1.30 +%endif
    1.31 +
    1.32 +      #tab-background-fill {
    1.33 +        background-color: @fgTabBackgroundColor@;
    1.34 +        background-image: @fgTabTexture@;
    1.35 +        background-repeat: no-repeat;
    1.36 +        height: 100%;
    1.37 +        width: 100%;
    1.38 +      }
    1.39 +
    1.40 +%ifdef WINDOWS_AERO
    1.41 +      @media (-moz-windows-default-theme) and (-moz-os-version: windows-vista),
    1.42 +             (-moz-windows-default-theme) and (-moz-os-version: windows-win7) {
    1.43 +        #tab-background-fill {
    1.44 +          background-color: @customToolbarColor@;
    1.45 +        }
    1.46 +      }
    1.47 +%endif
    1.48 +    ]]></style>
    1.49 +
    1.50 +%include ../../base/content/tab-shape.inc.svg
    1.51 +  </defs>
    1.52 +
    1.53 +  <foreignObject class="node" x="0" y="0" width="30" height="31" clip-path="url(#tab-curve-clip-path-@TAB_SIDE@)">
    1.54 +    <body xmlns="http://www.w3.org/1999/xhtml" style="all:unset">
    1.55 +      <div id="tab-background-fill"></div>
    1.56 +    </body>
    1.57 +  </foreignObject>
    1.58 +</svg>

mercurial