some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / browser / notification-icons.svg
index 8bbf3b834ff0e3f33dcbb02946c5d75309d10ad5..04544b1e4f236ec2de66b3298d8dc14bcbb0aeb8 100644 (file)
@@ -1,11 +1,12 @@
 <!-- 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 fill="context-fill" xmlns="http://www.w3.org/2000/svg"
+<svg fill="context-fill" fill-opacity="context-fill-opacity" xmlns="http://www.w3.org/2000/svg"
      width="32" height="32" viewBox="0 0 32 32">
   <style>
     :root > use:not(:target),
     :root > g:not(:target),
+    :root > circle:not(:target),
     #strikeout {
       display: none;
     }
       clip-path: url(#blocked-clipPath);
     }
 
+    #badge {
+      fill: #9C9CFF;
+    }
+
     #update-icon {
       stroke: #000000;
       stroke-width: 3px;
@@ -86,6 +91,7 @@
   <use id="persistent-storage-blocked" class="blocked" href="#persistent-storage-icon" />
   <use id="plugin" href="#plugin-icon" />
   <use id="plugin-blocked" class="blocked" href="#plugin-icon" />
+  <use id="plugin-badge" href="#badge" />
   <use id="popup" href="#popup-icon" />
   <use id="screen" href="#screen-icon" />
   <use id="screen-sharing" href="#screen-icon"/>
   <use id="update" href="#update-icon" />
 
   <path id="strikeout" d="m 2,28 2,2 26,-26 -2,-2 z"/>
+  <circle id="badge" cx="27" cy="5" r="5"/>
 </svg>