Commit 5386e43344eec516b940e1246b880444a5628454

Authored by Nathan Broadbent
1 parent bde99697
Exists in master and in 1 other branch production

Fixed colors for in-app backtrace lines [ci skip]

Showing 1 changed file with 2 additions and 3 deletions   Show diff stats
public/stylesheets/application.css
@@ -726,10 +726,9 @@ table.backtrace td.line.in-app { @@ -726,10 +726,9 @@ table.backtrace td.line.in-app {
726 color: #2adb2e; 726 color: #2adb2e;
727 background-color: #2f2f2f; 727 background-color: #2f2f2f;
728 } 728 }
  729 +table.backtrace td.line.in-app span.file { color:#2AEB2E; }
  730 +table.backtrace td.line.in-app span.method { color:#2ACB2E; }
729 731
730 -table.backtrace tr.in-app td.line { color:#156E16; /* 43% */}  
731 -table.backtrace tr.in-app td.line .file { color:#2adb2e; /* 76% */}  
732 -table.backtrace tr.in-app td.line .method { color:#25C227; /* 86% */}  
733 732
734 /* Extra empty rows at top and bottom of table */ 733 /* Extra empty rows at top and bottom of table */
735 table.backtrace tr.padding th, table.backtrace tr.padding td { 734 table.backtrace tr.padding th, table.backtrace tr.padding td {