Skip to content

Commit

Permalink
Darkened the chat timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed Mar 24, 2010
1 parent 779c86a commit 3234d6f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Client/css/chat-messages.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ A:hover {
text-align: right;
font-family: Tahoma;
font-size: 10px;
color: #b7babb;
color: #848A8B;
}
.me-time {
padding: 0 2px 0 0;
text-align: right;
font-family: Tahoma;
font-size: 10px;
color: #b7babb;
color: #848A8B;
}
.me {
font-family: Tahoma;
Expand Down Expand Up @@ -122,7 +122,7 @@ A:hover {
font-family: Arial;
font-size: 14px;
font-weight: bold;
color: #DBDCDC;
color: #B4B6B6;
border-top: 1px solid #E9EAEA;
text-overflow: ellipsis;
overflow: hidden;
Expand All @@ -132,14 +132,14 @@ A:hover {
text-align: right;
font-family: Tahoma;
font-size: 10px;
color: #DBDCDC;
color: #B4B6B6;
}
.history-me-time {
padding: 0 2px 0 0;
text-align: right;
font-family: Tahoma;
font-size: 10px;
color: #DBDCDC;
color: #B4B6B6;
}
.history-me {
font-family: Tahoma;
Expand Down

0 comments on commit 3234d6f

Please sign in to comment.