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.
This commit is contained in:
Philippe Proulx 2013-10-26 17:12:37 -04:00
parent 902f344d25
commit e4c4cf16b5

View file

@ -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;