toolkit/themes/linux/global/icons/close.svg

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/toolkit/themes/linux/global/icons/close.svg	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,105 @@
     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 +
     1.7 +<svg version="1.1"
     1.8 +     id="icon-close"
     1.9 +     xmlns="http://www.w3.org/2000/svg"
    1.10 +     xmlns:xlink="http://www.w3.org/1999/xlink"
    1.11 +     x="0px"
    1.12 +     y="0px"
    1.13 +     width="96px"
    1.14 +     height="16px"
    1.15 +     viewBox="0 0 96 16">
    1.16 +
    1.17 +  <defs>
    1.18 +    <style type="text/css"><![CDATA[
    1.19 +      /* X Glyph Styles */
    1.20 +
    1.21 +      .glyphShape-style-foreground {
    1.22 +        fill: ButtonText;
    1.23 +        fill-opacity: .8;
    1.24 +      }
    1.25 +
    1.26 +      .glyphShape-style-background {
    1.27 +        fill: -moz-MenuBarText;
    1.28 +        fill-opacity: .8;
    1.29 +      }
    1.30 +
    1.31 +      .glyphShape-style-hover {
    1.32 +        fill: #fff;
    1.33 +      }
    1.34 +
    1.35 +      .glyphShape-style-hover-shadow {
    1.36 +        fill: #b32c12;
    1.37 +      }
    1.38 +
    1.39 +      .glyphShape-style-hover-active {
    1.40 +        fill: #fff;
    1.41 +        fill-opacity: .8;
    1.42 +      }
    1.43 +
    1.44 +      .glyphShape-style-hover-active-shadow {
    1.45 +        fill: #99260f;
    1.46 +      }
    1.47 +
    1.48 +      .glyphShape-style-LWT-bright {
    1.49 +        fill: #fff;
    1.50 +        fill-opacity: .8;
    1.51 +      }
    1.52 +
    1.53 +      .glyphShape-style-LWT-dark {
    1.54 +        fill: #000;
    1.55 +        fill-opacity: .8;
    1.56 +      }
    1.57 +
    1.58 +
    1.59 +      /* Close Button Background Styles */
    1.60 +
    1.61 +      .icon-background-hover {
    1.62 +        fill: #d93616;
    1.63 +      }
    1.64 +
    1.65 +      .icon-background-hover-active {
    1.66 +        fill: #b32c12;
    1.67 +      }
    1.68 +      ]]></style>
    1.69 +
    1.70 +    <polygon id="glyphShape-close" points="4,5.5 5.5,4 8,6.5 10.5,4 12,5.5 9.5,8 12,10.5 10.5,12 8,9.5 5.5,12 4,10.5 6.5,8"/>
    1.71 +    <polygon id="glyphShape-close-topHighlight" points="4,5.5 5.5,4 8,6.5 10.5,4 12,5.5 9.5,8 11.5,6 10.5,5 8,7.5 5.5,5 4.5,6"/>
    1.72 +    <rect    id="glyphShape-background" x="2" y="2" rx="2" width="12" height="12"/>
    1.73 +
    1.74 +  </defs>
    1.75 +
    1.76 +  <g id="icon-closeForeground-default">
    1.77 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-foreground" />
    1.78 +    <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-foreground" />
    1.79 +  </g>
    1.80 +
    1.81 +  <g id="icon-close-hover" transform="translate(16)">
    1.82 +    <use xlink:href="#glyphShape-background" class="icon-background-hover" />
    1.83 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-shadow" transform="translate(0,1)" />
    1.84 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-hover" />
    1.85 +  </g>
    1.86 +
    1.87 +  <g id="icon-close-hover-active" transform="translate(32)">
    1.88 +    <use xlink:href="#glyphShape-background" class="icon-background-hover-active" />
    1.89 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-active-shadow" transform="translate(0,1)" />
    1.90 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-hover-active" />
    1.91 +  </g>
    1.92 +
    1.93 +  <g id="icon-closeBackground-default" transform="translate(48)">
    1.94 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-background" />
    1.95 +    <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-background" />
    1.96 +  </g>
    1.97 +
    1.98 +  <g id="icon-close-LWT-bright" transform="translate(64)">
    1.99 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-LWT-bright" />
   1.100 +    <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-LWT-bright" />
   1.101 +  </g>
   1.102 +
   1.103 +  <g id="icon-close-LWT-dark" transform="translate(80)">
   1.104 +    <use xlink:href="#glyphShape-close" class="glyphShape-style-LWT-dark" />
   1.105 +    <use xlink:href="#glyphShape-close-topHighlight" class="glyphShape-style-LWT-dark" />
   1.106 +  </g>
   1.107 +
   1.108 +</svg>

mercurial