third and last part of syncing LCARStrek with Firefox 51 browser windows theme changes
[themes.git] / LCARStrek / browser / controlcenter / connection.svg
similarity index 60%
rename from LCARStrek/browser/controlcenter/conn-degraded.svg
rename to LCARStrek/browser/controlcenter/connection.svg
index 4381d21ecf60a7eb53aa7cbf4857ffcd5d2410d1..75d26ca98163175bb728947f3bf61a2355b47d92 100644 (file)
@@ -4,9 +4,30 @@
    - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
      width="24" height="24" viewBox="0 0 24 24">
+<style>
+.fieldtext {
+  fill: #A09090;
+}
+
+.highlighttext {
+  fill: #FFCF00;
+}
+
+.black {
+  fill: #FFCF00;
+}
+
+.white {
+  fill: #FFCF00;
+}
+</style>
   <style>
-    .icon-default {
-      fill: #A09090;
+    svg > rect:not(:target) {
+      display: none;
+    }
+
+    #connection-secure {
+      fill: #008484;
     }
   </style>
 
       <use xlink:href="#shape-lock-clasp-outer" fill="#fff" />
       <use xlink:href="#shape-lock-clasp-inner" fill="#000" />
     </mask>
+
+    <mask id="mask-lock">
+      <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" fill="#fff"/>
+      <use xlink:href="#shape-lock-base" fill="#fff"/>
+    </mask>
   </defs>
 
-  <use xlink:href="#shape-lock-clasp-outer" mask="url(#mask-clasp-cutout)" class="icon-default" />
-  <use xlink:href="#shape-lock-base" class="icon-default" />
+  <rect id="connection-degraded" class="fieldtext" width="24" height="24" mask="url(#mask-lock)"/>
+  <rect id="connection-secure" width="24" height="24" mask="url(#mask-lock)"/>
 </svg>