diff options
author | Peter Andersson <[email protected]> | 2011-12-02 11:25:41 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-12-02 11:26:19 +0100 |
commit | 1224426eb9303c79d248b4d397a283c86861dee4 (patch) | |
tree | 216832459bfce1d494cc431136aea4fdebb09ced /lib/common_test/priv/ct_default.css | |
parent | 50b488753358d38348f2d4051bfcea8d860e739b (diff) | |
parent | 53e920c49505e6835f8d69604e5bd2018edefe85 (diff) | |
download | otp-1224426eb9303c79d248b4d397a283c86861dee4.tar.gz otp-1224426eb9303c79d248b4d397a283c86861dee4.tar.bz2 otp-1224426eb9303c79d248b4d397a283c86861dee4.zip |
Merge remote branch 'origin/peppe/common_test/css_fixes'
* origin/peppe/common_test/css_fixes:
Bugfixes and improvements of the the CSS stylesheet implementation
OTP-9706
Diffstat (limited to 'lib/common_test/priv/ct_default.css')
-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; } |