fifth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index bad325fcbe715776a908faf9e7f7293bf2d722a5..61f719ec31c86496501d50e7a63c952db8c84f68 100644 (file)
@@ -167,25 +167,27 @@ window {
   width: 16px;
   height: 16px;
   -moz-margin-end: 4px;
+  cursor: pointer;
 }
 
 .security-state-insecure {
-  list-style-image: url("chrome://browser/skin/identity-not-secure.svg");
+  list-style-image: url("chrome://browser/skin/identity-mixed-active-loaded.svg");
 }
 
 .security-state-secure {
-  cursor: pointer;
   list-style-image: url("chrome://browser/skin/identity-secure.svg");
 }
 
 .security-state-weak {
-  cursor: pointer;
   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-mixed-active-loaded.svg");
+  list-style-image: url("chrome://browser/skin/controlcenter/warning-gray.svg");
+}
+
+.security-state-local {
+  list-style-image: url("chrome://browser/skin/identity-not-secure.svg");
 }
 
 .requests-menu-type {
@@ -222,7 +224,8 @@ label.requests-menu-status-code {
 }
 
 box.requests-menu-status:not([code]) {
-  background-color: var(--theme-content-color2);
+  background-color: var(--theme-highlight-red);
+  border-radius: 0; /* squares */
 }
 
 box.requests-menu-status[code="cached"] {