diff options
author | Siri Hansen <[email protected]> | 2013-04-16 14:55:43 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-16 14:55:43 +0200 |
commit | c954cca3a5aaada476c12dc80a4b0adcd3eb3a0d (patch) | |
tree | f13f9cf0334e35066cca8ff028f8edb4835fe990 /lib/common_test/priv/ct_default.css | |
parent | a0f5a03771e50e1f4a0722373e8823fc72aa5991 (diff) | |
download | otp-c954cca3a5aaada476c12dc80a4b0adcd3eb3a0d.tar.gz otp-c954cca3a5aaada476c12dc80a4b0adcd3eb3a0d.tar.bz2 otp-c954cca3a5aaada476c12dc80a4b0adcd3eb3a0d.zip |
[common_test] Add link from red error notification to full error description
In test case log, the red error notification may sometimes be
truncated. This commit adds a link from this printout to the end of
the log where the full error description and stacktrace i written.
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-rw-r--r-- | lib/common_test/priv/ct_default.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/common_test/priv/ct_default.css b/lib/common_test/priv/ct_default.css index 1188f8f676..ff48b4fdc0 100644 --- a/lib/common_test/priv/ct_default.css +++ b/lib/common_test/priv/ct_default.css @@ -96,6 +96,14 @@ div.ct_error_notify { margin: .2em 0 0 0; } +div.ct_error_notify a:link { + color: #D0D0D0; +} + +div.ct_error_notify a:visited { + color: #AAAAAA; +} + div.default { background: lightgreen; color: black; font-family: "Monaco", "Andale Mono", "Consolas", monospace; |