devtools need devtools/themes :(
[themes.git] / LCARStrek / browser / devtools / netmonitor.css
index f73ddf94d4c2a2c7cebbe66056d203c579c5d827..88fc40897f1699c5a0ce08aeba17cdc25e3c714c 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");
@@ -221,6 +226,11 @@ box.requests-menu-status:not([code]) {
   background-color: #A09090; /* dark grey */
 }
 
+box.requests-menu-status[code="cached"] {
+  border: 2px solid #A09090; /* dark grey */
+  background-color: transparent;  
+}
+
 box.requests-menu-status[code^="1"] {
   background-color: #9C9CFF; /* light blue */
 }
@@ -396,7 +406,7 @@ box.requests-menu-status[code^="5"] {
   -moz-image-region: rect(0px,32px,16px,16px);
 }
 
-@media (min-resolution: 2dppx) {
+@media (min-resolution: 1.25dppx) {
   #details-pane-toggle {
     list-style-image: url("chrome://browser/skin/devtools/debugger-collapse@2x.png");
     -moz-image-region: rect(0px,32px,32px,0px);
@@ -431,6 +441,7 @@ box.requests-menu-status[code^="5"] {
 }
 
 .tabpanel-summary-value {
+  color: inherit;
   -moz-padding-start: 3px;
 }
 
@@ -516,8 +527,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: 1.25dppx) {
+  .security-warning-icon {
+    background-image: url("alerticon-warning@2x.png");
+  }
 }
 
 /* Custom request form */
@@ -580,6 +602,28 @@ box.requests-menu-status[code^="5"] {
   font-weight: 600;
 }
 
+#requests-menu-filter-freetext-text {
+  transition-property: max-width, -moz-padding-end, -moz-padding-start;
+  transition-duration: 250ms;
+  transition-timing-function: ease;
+}
+
+#requests-menu-filter-freetext-text:not([focused]):not([filled]) > .textbox-input-box {
+  overflow: hidden;
+}
+
+#requests-menu-filter-freetext-text:not([focused]):not([filled]) {
+  max-width: 20px !important;
+  -moz-padding-end: 5px;
+  -moz-padding-start: 22px;
+  background-position: 8px center, top left, top left;
+}
+
+#requests-menu-filter-freetext-text[focused],
+#requests-menu-filter-freetext-text[filled] {
+  max-width: 200px !important;
+}
+
 /* Performance analysis buttons */
 
 #requests-menu-network-summary-button {