first part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 7c11898a5895cf33e21e2642793e9358dce99fc3..6c0e81c581fd7d6e2413048d6cd563620fcb5783 100644 (file)
@@ -164,35 +164,28 @@ window {
 }
 
 .requests-security-state-icon {
+  width: 16px;
+  height: 16px;
   -moz-margin-end: 4px;
-  -moz-image-region:rect(0px, 16px, 16px, 0px);
-}
-
-.requests-security-state-icon:hover {
-  -moz-image-region: rect(0px, 32px, 16px, 16px);
-}
-
-.requests-security-state-icon:active {
-  -moz-image-region: rect(0px, 48px, 16px, 32px);
 }
 
 .security-state-insecure {
-  list-style-image: url("chrome://browser/skin/identity-icons-generic.png");
+  list-style-image: url("chrome://browser/skin/identity-not-secure.svg");
 }
 
 .security-state-secure {
   cursor: pointer;
-  list-style-image: url("chrome://browser/skin/identity-icons-https.png");
+  list-style-image: url("chrome://browser/skin/identity-secure.svg");
 }
 
 .security-state-weak {
   cursor: pointer;
-  list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
+  list-style-image: url("chrome://browser/skin/identity-mixed-passive-loaded.svg");
 }
 
 .security-state-broken {
   cursor: pointer;
-  list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
+  list-style-image: url("chrome://browser/skin/identity-mixed-active-loaded.svg");
 }
 
 .requests-menu-type {