Bug 1289827 - Waiting in netmonitor -> timings isn't visible on dark theme. r=ntim draft
authorSteve Chung <schung@mozilla.com>
Fri, 29 Jul 2016 11:05:02 +0800
changeset 394107 b2bb917c52362c7520073be51b20be13592ab227
parent 393078 462dc6b44adb4573e8ce6b0dd688c206ebd516f7
child 526735 11af4cb713921f550d80de0353ccafdab9e872cd
push id24493
push userschung@mozilla.com
push dateFri, 29 Jul 2016 03:05:44 +0000
reviewersntim
bugs1289827
milestone50.0a1
Bug 1289827 - Waiting in netmonitor -> timings isn't visible on dark theme. r=ntim MozReview-Commit-ID: LlsmPfwZBhV
devtools/client/themes/netmonitor.css
--- a/devtools/client/themes/netmonitor.css
+++ b/devtools/client/themes/netmonitor.css
@@ -6,17 +6,17 @@
 :root.theme-dark {
   --table-splitter-color: rgba(255,255,255,0.15);
   --table-zebra-background: rgba(255,255,255,0.05);
 
   --timing-blocked-color: rgba(235, 83, 104, 0.8);
   --timing-dns-color: rgba(223, 128, 255, 0.8); /* pink */
   --timing-connect-color: rgba(217, 102, 41, 0.8); /* orange */
   --timing-send-color: rgba(70, 175, 227, 0.8); /* light blue */
-  --timig-wait-color: rgba(94, 136, 176, 0.8); /* blue grey */
+  --timing-wait-color: rgba(94, 136, 176, 0.8); /* blue grey */
   --timing-receive-color: rgba(112, 191, 83, 0.8); /* green */
 
   --sort-ascending-image: url(chrome://devtools/skin/images/sort-arrows.svg#ascending);
   --sort-descending-image: url(chrome://devtools/skin/images/sort-arrows.svg#descending);
 }
 
 :root.theme-light {
   --table-splitter-color: rgba(0,0,0,0.15);