Francois Gouget : testbot/web: Make the title class a bit more generic.
Module: tools Branch: master Commit: 39e9f6a3154300b663d1e0b08c64faaa9ec0011b URL: https://source.winehq.org/git/tools.git/?a=commit;h=39e9f6a3154300b663d1e0b0... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Fri Dec 22 01:41:53 2017 +0100 testbot/web: Make the title class a bit more generic. Instead of hardcoding the text color it now inherits it from the normal non-link text. This makes it usable on white backgrounds too. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/web/WineTestBot.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testbot/web/WineTestBot.css b/testbot/web/WineTestBot.css index 8c03a91..e58a4d8 100644 --- a/testbot/web/WineTestBot.css +++ b/testbot/web/WineTestBot.css @@ -340,7 +340,7 @@ pre .boterror { color: #e55600; } .canceled { color: black; } -a.title { color:white; text-decoration: none; } +a.title { color:inherit; text-decoration: none; } th.Record { text-align: center; } td.Record { text-align: center; }
participants (1)
-
Alexandre Julliard