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:
parent
902f344d25
commit
e4c4cf16b5
1 changed files with 8 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue