fifth part of syncing LCARStrek with Firefox 42-44 windows theme changes
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 7c11898a5895cf33e21e2642793e9358dce99fc3..61f719ec31c86496501d50e7a63c952db8c84f68 100644 (file)
@@ -11,7 +11,7 @@ window {
 
 :root.theme-dark,
 :root.theme-light {
-  --table-splitter-color: #9C9CFF;
+  --table-splitter-color: #A09090;
   --table-zebra-background: rgba(255,159,0,0.1);
 }
 
@@ -164,35 +164,30 @@ 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);
+  cursor: pointer;
 }
 
 .security-state-insecure {
-  list-style-image: url("chrome://browser/skin/identity-icons-generic.png");
+  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-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/controlcenter/warning-gray.svg");
+}
+
+.security-state-local {
+  list-style-image: url("chrome://browser/skin/identity-not-secure.svg");
 }
 
 .requests-menu-type {
@@ -229,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"] {
@@ -426,7 +422,7 @@ box.requests-menu-status[code^="5"] {
   -moz-image-region: rect(0px,32px,16px,16px);
 }
 
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 1.1dppx) {
   #details-pane-toggle {
     list-style-image: url("chrome://browser/skin/devtools/debugger-collapse@2x.png");
     -moz-image-region: rect(0px,32px,32px,0px);
@@ -563,7 +559,7 @@ box.requests-menu-status[code^="5"] {
   height: 12px;
 }
 
-@media (min-resolution: 1.25dppx) {
+@media (min-resolution: 1.1dppx) {
   .security-warning-icon {
     background-image: url("alerticon-warning@2x.png");
   }