wow...awesome...the glassy blues make my day!
ps - are you michaelm from the proteus forums?
message view port
lol nice to see you in both forums...
a few problems with the message view i noticed...long lines don't break into multiple lines (just noticed it's only in the message lines after the first message.)...and everyone's status in the header is "online" (which i don't care about) but the non-line breaking is annoying...
a few problems with the message view i noticed...long lines don't break into multiple lines (just noticed it's only in the message lines after the first message.)...and everyone's status in the header is "online" (which i don't care about) but the non-line breaking is annoying...
Pick the variant that you want to modify and delete the class definitions that look like
then modify the ones that look like
to look like
That should be it, but I didn't test it so I could be wrong.
Code: Select all
div.incoming_followup .header .followup_head {
background-color: color;
}
div.outgoing_followup .header .followup_head {
background-color: color;
}
Code: Select all
div.incoming .date, div.incoming_followup .date {
background-color: color;
}
div.outgoing .date, div.outgoing_followup .date {
background-color: color;
}
Code: Select all
div.incoming .date {
background-color: color;
}
div.outgoing .date {
background-color: color;
}
