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.
with-route-provider
Philippe Proulx 12 years ago
parent 902f344d25
commit e4c4cf16b5
  1. 9
      css/glowingbear.css

@ -58,7 +58,14 @@ td.time {
} }
.repeated-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 { td.prefix {
text-align: right; text-align: right;

Loading…
Cancel
Save