diff options
author | horst3180 | 2017-04-20 01:44:54 +0200 |
---|---|---|
committer | GitHub | 2017-04-20 01:44:54 +0200 |
commit | cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6 (patch) | |
tree | 9cf155c26ca8ba184f87c33c7a61c42bf8d09d87 /arc-firefox-theme/chrome/browser/notification-icons.svg | |
parent | 6d434580a2c66f82bb6a144f8470e95bb314ea23 (diff) | |
parent | 541ad47a735339b74001c25564efbe9b793be505 (diff) | |
download | solarc-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/browser/notification-icons.svg')
-rw-r--r-- | arc-firefox-theme/chrome/browser/notification-icons.svg | 29 |
1 files changed, 24 insertions, 5 deletions
diff --git a/arc-firefox-theme/chrome/browser/notification-icons.svg b/arc-firefox-theme/chrome/browser/notification-icons.svg index 5250770..de73d82 100644 --- a/arc-firefox-theme/chrome/browser/notification-icons.svg +++ b/arc-firefox-theme/chrome/browser/notification-icons.svg @@ -34,9 +34,8 @@ </style> <style> - use:not(:target) { - display: none; - } + :root > use:not(:target), + :root > g:not(:target), #strikeout { display: none; } @@ -44,7 +43,7 @@ display: block; } .blocked { - clip-path: url(#clip); + clip-path: url(#blocked-clipPath); } #login-highlighted { @@ -64,6 +63,13 @@ fill: rgb(224, 41, 29); fill-opacity: 1; } + + #camera-indicator, + #microphone-indicator, + #screen-indicator { + fill: white; + fill-opacity: 1; + } </style> <defs> @@ -83,13 +89,24 @@ <path id="popup-icon" d="m 2,24 a 4,4 0 0 0 4,4 l 8,0 a 10,10 0 0 1 -2,-4 l -4,0 a 2,2 0 0 1 -2,-2 l 0,-12 18,0 0,2 a 10,10 0 0 1 4,2 l 0,-8 a 4,4 0 0 0 -4,-4 l -18,0 a 4,4 0 0 0 -4,4 z m 12,-2.1 a 8,8 0 1 1 0,0.2 m 10.7,-4.3 a 5,5 0 0 0 -6.9,6.9 z m -5.4,8.4 a 5,5 0 0 0 6.9,-6.9 z" /> <path id="screen-icon" d="m 2,18 a 2,2 0 0 0 2,2 l 2,0 0,-6 a 4,4 0 0 1 4,-4 l 14,0 0,-6 a 2,2 0 0 0 -2,-2 l -18,0 a 2,2 0 0 0 -2,2 z m 6,10 a 2,2 0 0 0 2,2 l 18,0 a 2,2 0 0 0 2,-2 l 0,-14 a 2,2 0 0 0 -2,-2 l -18,0 a 2,2 0 0 0 -2,2 z" /> - <clipPath id="clip"> + <clipPath id="blocked-clipPath"> <path d="m 0,0 0,31 31,-31 z m 6,32 26,0 0,-26 z"/> </clipPath> + + <mask id="i-mask" style="fill-opacity: 1;"> + <rect fill="white" width="32" height="32"/> + <circle fill="black" cx="16" cy="9" r="2.5"/> + <rect fill="black" x="14" y="14" width="4" height="10" rx="2" ry="2"/> + </mask> </defs> + <g id="default-info"> + <circle cx="16" cy="16" r="14" mask="url(#i-mask)"/> + </g> + <use id="camera" xlink:href="#camera-icon" /> <use id="camera-sharing" xlink:href="#camera-icon"/> + <use id="camera-indicator" xlink:href="#camera-icon" /> <use id="camera-blocked" class="blocked" xlink:href="#camera-icon" /> <use id="desktop-notification" xlink:href="#desktop-notification-icon" /> <use id="desktop-notification-blocked" class="blocked" xlink:href="#desktop-notification-icon" /> @@ -108,6 +125,7 @@ <use id="login-detailed" xlink:href="#login-detailed-icon" /> <use id="microphone" xlink:href="#microphone-icon" /> <use id="microphone-sharing" xlink:href="#microphone-icon"/> + <use id="microphone-indicator" xlink:href="#microphone-icon"/> <use id="microphone-blocked" class="blocked" xlink:href="#microphone-icon" /> <use id="microphone-detailed" xlink:href="#microphone-detailed-icon" /> <use id="plugin" xlink:href="#plugin-icon" /> @@ -115,6 +133,7 @@ <use id="popup" xlink:href="#popup-icon" /> <use id="screen" xlink:href="#screen-icon" /> <use id="screen-sharing" xlink:href="#screen-icon"/> + <use id="screen-indicator" xlink:href="#screen-icon"/> <use id="screen-blocked" class="blocked" xlink:href="#screen-icon" /> <path id="strikeout" d="m 2,28 2,2 26,-26 -2,-2 z"/> |