Changed the color of the time of the compact chat style from red to gray.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4917 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-02-10 22:07:03 +00:00
parent 2bfd0bad42
commit f6c88667c4

View File

@ -3,21 +3,21 @@
}
.incomingTime {
color:#C00000;
color:#808080;
}
.outgoingTime {
color:#C00000;
color:#808080;
}
.hincomingTime {
color:#800000;
color:#808080;
}
.houtgoingTime {
color:#800000;
color:#808080;
}
.ooutgoingTime {
color:#C00000;
color:#808080;
}