aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/media/pauseButton.svg
diff options
context:
space:
mode:
authorhorst31802017-04-20 01:44:54 +0200
committerGitHub2017-04-20 01:44:54 +0200
commitcdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6 (patch)
tree9cf155c26ca8ba184f87c33c7a61c42bf8d09d87 /arc-firefox-theme/chrome/global/media/pauseButton.svg
parent6d434580a2c66f82bb6a144f8470e95bb314ea23 (diff)
parent541ad47a735339b74001c25564efbe9b793be505 (diff)
downloadsolarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.gz
solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.xz
solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.zip
Merge branch 'master' into master
Diffstat (limited to 'arc-firefox-theme/chrome/global/media/pauseButton.svg')
-rw-r--r--arc-firefox-theme/chrome/global/media/pauseButton.svg36
1 files changed, 36 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/global/media/pauseButton.svg b/arc-firefox-theme/chrome/global/media/pauseButton.svg
new file mode 100644
index 0000000..8d56b96
--- /dev/null
+++ b/arc-firefox-theme/chrome/global/media/pauseButton.svg
@@ -0,0 +1,36 @@
+<?xml version="1.0" encoding="utf-8"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="18px" height="18px" viewBox="0 0 18 18">
+ <style>
+ use:not(:target) {
+ display: none;
+ }
+ use {
+ fill: #ffffff;
+ }
+ use[id$="-hover"] {
+ fill: #48a0f7;
+ }
+ use[id$="-active"] {
+ fill: #2d89e6;
+ }
+ use[id$="-focus"] {
+ fill: #48a0f7;
+ }
+ use[id$="-disabled"] {
+ fill: #ffffff;
+ }
+ </style>
+
+
+ <symbol id="pause-shape">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M6.002,1.953C5.172,1.953,4.5,2.626,4.5,3.455v11.08
+ c0,0.83,0.672,1.502,1.502,1.502c0.829,0,1.502-0.672,1.502-1.502V3.455C7.504,2.626,6.831,1.953,6.002,1.953z M12,1.953
+ c-0.828,0-1.5,0.672-1.5,1.5v11.094c0,0.828,0.672,1.5,1.5,1.5s1.5-0.672,1.5-1.5V3.453C13.5,2.625,12.828,1.953,12,1.953z"/>
+ </symbol>
+
+ <use id="pause" xlink:href="#pause-shape"/>
+ <use id="pause-hover" xlink:href="#pause-shape"/>
+ <use id="pause-active" xlink:href="#pause-shape"/>
+ <use id="pause-focus" xlink:href="#pause-shape"/>
+ <use id="pause-disalbed" xlink:href="#pause-shape"/>
+</svg>