From e4c4cf16b55080fcc396880fa42451e4ba6d7e40 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Sat, 26 Oct 2013 17:12:37 -0400 Subject: [PATCH] Dim repeated time prefixes instead of hiding them Makes the whole thing more square, is not too disturbing and makes it possible to copy a single line with repeated time to include time in clipboard. --- css/glowingbear.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/glowingbear.css b/css/glowingbear.css index a1de921..906698e 100644 --- a/css/glowingbear.css +++ b/css/glowingbear.css @@ -58,7 +58,14 @@ td.time { } .repeated-time { - display: none; +} +.repeated-time .cof-chat_time, +.repeated-time .cof-chat_time_delimiters { + color: #333; +} +.repeated-time .cob-chat_time, +.repeated-time .cob-chat_time_delimiters { + background-color: transparent; } td.prefix { text-align: right;