diff options
author | Siri Hansen <[email protected]> | 2013-04-18 10:48:59 +0200 |
---|---|---|
committer | Siri Hansen <[email protected]> | 2013-04-18 10:48:59 +0200 |
commit | 96ecf847dbbf279f1005c98d513eae489ffac242 (patch) | |
tree | 873c3048feef569be78316bee1a1b264c69009f3 /lib/common_test/priv/ct_default.css | |
parent | 84b973a7e86fc38015e7860863ec6ca5fae9c412 (diff) | |
parent | c954cca3a5aaada476c12dc80a4b0adcd3eb3a0d (diff) | |
download | otp-96ecf847dbbf279f1005c98d513eae489ffac242.tar.gz otp-96ecf847dbbf279f1005c98d513eae489ffac242.tar.bz2 otp-96ecf847dbbf279f1005c98d513eae489ffac242.zip |
Merge branch 'siri/ct/error-printout-link/OTP-11044' into maint
* siri/ct/error-printout-link/OTP-11044:
[common_test] Add link from red error notification to full error description
[common_test] Use max importance when logging errors
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; |