Bug 1399424 - Update net monitor colors: r=gl; draft
authorJan Odvarko <odvarko@gmail.com>
Wed, 13 Sep 2017 17:36:12 +0200
changeset 663981 5d6e59567beaa42ba293ae652b19ed39817e7599
parent 663972 5f1adde35a50ad3c3dc307f79549885172500e3a
child 731333 d1948b2190b765717147a5a5ac88de1419f9a155
push id79579
push userjodvarko@mozilla.com
push dateWed, 13 Sep 2017 15:43:00 +0000
reviewersgl
bugs1399424
milestone57.0a1
Bug 1399424 - Update net monitor colors: r=gl; MozReview-Commit-ID: IWZVNMRSxFC
devtools/client/shared/components/tree/tree-view.css
--- a/devtools/client/shared/components/tree/tree-view.css
+++ b/devtools/client/shared/components/tree/tree-view.css
@@ -48,25 +48,25 @@
 }
 
 .treeTable .treeValueCell input:focus {
   outline: none;
   box-shadow: var(--theme-focus-box-shadow-textbox);
   transition: all 0.2s ease-in-out;
 }
 
-.treeTable .treeLabel {
+.treeTable .treeLabelCell {
   cursor: default;
   overflow: hidden;
   padding-inline-start: 4px;
   white-space: nowrap;
   unicode-bidi: plaintext;
 }
 
-/* No paddding if there is actually no label */
+/* No padding if there is actually no label */
 .treeTable .treeLabel:empty {
   padding-inline-start: 0;
 }
 
 .treeTable .treeRow.hasChildren > .treeLabelCell > .treeLabel:hover {
   cursor: pointer;
   color: var(--tree-link-color);
   text-decoration: underline;
@@ -186,19 +186,19 @@
 }
 
 .theme-firebug .treeTable .treeRow:hover {
   background-color: var(--theme-body-background);
 }
 
 .theme-light .treeTable .treeLabel,
 .theme-dark .treeTable .treeLabel {
-  color: var(--theme-highlight-pink);
+  color: var(--theme-highlight-blue);
 }
 
 .theme-light .treeTable .treeRow.hasChildren > .treeLabelCell > .treeLabel:hover,
 .theme-dark .treeTable .treeRow.hasChildren > .treeLabelCell > .treeLabel:hover {
-  color: var(--theme-highlight-pink);
+  color: var(--theme-highlight-blue);
 }
 
 .theme-firebug .treeTable .treeLabel {
   color: var(--theme-body-color);
 }