From 08cc6ae3f0685cb16c4fb7e4cfa83e0c7a00f088 Mon Sep 17 00:00:00 2001 From: hugith Date: Fri, 17 Feb 2017 15:36:01 +0000 Subject: [PATCH] Updated ERXExceptionPage to show the actual exception, not the wrapping one --- .../ERXExceptionPage.wo/ERXExceptionPage.html | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Frameworks/Core/ERExtensions/Components/ERXExceptionPage.wo/ERXExceptionPage.html b/Frameworks/Core/ERExtensions/Components/ERXExceptionPage.wo/ERXExceptionPage.html index f9af59cf61a..50c87f258fa 100644 --- a/Frameworks/Core/ERExtensions/Components/ERXExceptionPage.wo/ERXExceptionPage.html +++ b/Frameworks/Core/ERExtensions/Components/ERXExceptionPage.wo/ERXExceptionPage.html @@ -12,7 +12,7 @@ table { width: 100%; - border: 1px solid rgb(200,200,200); + border: 1px solid rgb(230,230,230); border-collapse: collapse; } @@ -24,16 +24,16 @@ } th { - background-color: rgb(230,230,230); + background-color: rgb(240,240,240); } table tr:nth-child(odd) { - background-color: rgb(250,250,250); + background-color: rgb(252,252,252); } table tr:nth-child(even) { - background-color: rgb(240,240,240); + background-color: rgb(245,245,245); } .filename-container { @@ -53,8 +53,8 @@ .src-container { font-family: monospace; font-size: small; + border: 1px solid rgb(230,230,230); color: rgb(50,50,50); - border: 1px solid rgb(200,200,200); padding: 0px; margin: 10px 0px; overflow: hidden; @@ -72,21 +72,21 @@ } .odd-line { - background-color: rgb( 250,250,250); + background-color: rgb( 252,252,252); } .even-line { - background-color: rgb( 240,240,240); + background-color: rgb( 245,245,245); } .error-line { - background-color: rgb(255,180,180); + background-color: rgb(255,150,160); }
-

()

+

()

@@ -94,7 +94,7 @@

- +
File Line #