diff options
author | Peter Andersson <[email protected]> | 2011-11-30 15:38:27 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-11-30 15:38:27 +0100 |
commit | 53e920c49505e6835f8d69604e5bd2018edefe85 (patch) | |
tree | e6ef5947cf2f582c1a24051aa9cff106174632eb /lib/common_test/priv | |
parent | b243b515c69a2585829ec65307ae5d0aff9ac2c6 (diff) | |
download | otp-53e920c49505e6835f8d69604e5bd2018edefe85.tar.gz otp-53e920c49505e6835f8d69604e5bd2018edefe85.tar.bz2 otp-53e920c49505e6835f8d69604e5bd2018edefe85.zip |
Bugfixes and improvements of the the CSS stylesheet implementation
Diffstat (limited to 'lib/common_test/priv')
-rw-r--r-- | lib/common_test/priv/ct_default.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/priv/ct_default.css b/lib/common_test/priv/ct_default.css index a64e1ec576..75f8d5db8a 100644 --- a/lib/common_test/priv/ct_default.css +++ b/lib/common_test/priv/ct_default.css @@ -147,7 +147,7 @@ td a:visited { } tr:hover th[scope=row], tr:hover td { - background-color: #808080; + background-color: #D1D1D1; color: #fff; } |