sync both themes with suite classic theme changes in SeaMonkey 2.37 cycle
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index 985e5a900b9527d34fc84a64b1cc8aaa3267d6f7..ea9346447d85a1249dab88b5e819d49b28ffcf62 100644 (file)
@@ -179,6 +179,11 @@ window {
   list-style-image: url("chrome://browser/skin/identity-icons-https.png");
 }
 
+.security-state-weak {
+  cursor: pointer;
+  list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-display.png");
+}
+
 .security-state-broken {
   cursor: pointer;
   list-style-image: url("chrome://browser/skin/identity-icons-https-mixed-active.png");
@@ -194,6 +199,11 @@ window {
   width: 8em;
 }
 
+.requests-menu-transferred {
+  text-align: center;
+  width: 8em;
+}
+
 /* Network requests table: status codes */
 
 box.requests-menu-status {
@@ -426,6 +436,7 @@ box.requests-menu-status[code^="5"] {
 }
 
 .tabpanel-summary-value {
+  color: inherit;
   -moz-padding-start: 3px;
 }
 
@@ -511,8 +522,19 @@ box.requests-menu-status[code^="5"] {
   overflow: auto;
 }
 
-#security-error-message {
-  white-space: pre-wrap;
+.security-warning-icon {
+  background-image: url("alerticon-warning.png");
+  background-size: 13px 12px;
+  -moz-margin-start: 5px;
+  vertical-align: top;
+  width: 13px;
+  height: 12px;
+}
+
+@media (min-resolution: 2dppx) {
+  .security-warning-icon {
+    background-image: url("alerticon-warning@2x.png");
+  }
 }
 
 /* Custom request form */