Commit 4e67af182dd264aa1b10136f6f451b2b335e8bb0
1 parent
ad0670af
Exists in
master
and in
1 other branch
Tweaked css [ci skip]
Showing
1 changed file
with
8 additions
and
5 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -721,11 +721,15 @@ table.backtrace td.line { |
721 | 721 | } |
722 | 722 | |
723 | 723 | table.backtrace td.line .file { |
724 | - color:#ededed; | |
724 | + color: #ededed; | |
725 | 725 | font-weight:bold; |
726 | 726 | } |
727 | +table.backtrace td.line .file a { | |
728 | + color: #21A4FF; | |
729 | +} | |
730 | + | |
727 | 731 | table.backtrace td.line .method { |
728 | - color:#aaa; | |
732 | + color: #aaa; | |
729 | 733 | font-weight:bold; |
730 | 734 | } |
731 | 735 | |
... | ... | @@ -733,9 +737,8 @@ table.backtrace td.line.in-app { |
733 | 737 | color: #2adb2e; |
734 | 738 | background-color: #2f2f2f; |
735 | 739 | } |
736 | -table.backtrace td.line.in-app .file { color:#2AEB2E; } | |
737 | -table.backtrace td.line.in_app .file a { color:#21A4FF; } | |
738 | -table.backtrace td.line.in-app .method { color:#2ACB2E; } | |
740 | +table.backtrace td.line.in-app .file { color: #2AEB2E; } | |
741 | +table.backtrace td.line.in-app .method { color: #2ACB2E; } | |
739 | 742 | |
740 | 743 | |
741 | 744 | /* Extra empty rows at top and bottom of table */ | ... | ... |