Bug 1354472 - use readable colors for netmonitor in dark theme;r=ntim draft
authorJulian Descottes <jdescottes@mozilla.com>
Tue, 22 Aug 2017 21:06:57 +0200
changeset 650729 f846e0ddcfa92aa2c841bb9014dc1728ceeb9efe
parent 649871 c7c96eebbcb91e5e0c8ef0dbbb5324812fa1e476
child 727473 09970495ddb866eedfecf3310496cbb866068758
push id75472
push userjdescottes@mozilla.com
push dateTue, 22 Aug 2017 19:07:31 +0000
reviewersntim
bugs1354472
milestone57.0a1
Bug 1354472 - use readable colors for netmonitor in dark theme;r=ntim MozReview-Commit-ID: J0Ke2W6Arj6
devtools/client/netmonitor/src/assets/styles/netmonitor.css
--- a/devtools/client/netmonitor/src/assets/styles/netmonitor.css
+++ b/devtools/client/netmonitor/src/assets/styles/netmonitor.css
@@ -133,21 +133,21 @@ body,
   margin-inline-end: 10px;
   margin-top: 4px;
   margin-bottom: 4px;
   width: 1px;
   background: var(--theme-splitter-color);
 }
 
 .status-bar-label.dom-content-loaded {
-  color: blue;
+  color: var(--theme-highlight-blue);
 }
 
 .status-bar-label.load {
-  color: red;
+  color: var(--theme-highlight-red);
 }
 
 /* Request list empty panel */
 
 .request-list-empty-notice {
   margin: 0;
   padding: 12px;
   font-size: 120%;