lib/generators/social_stream/templates/public/stylesheets/default/messages.css in social_stream-0.4.2 vs lib/generators/social_stream/templates/public/stylesheets/default/messages.css in social_stream-0.4.3

- old
+ new

@@ -1,6 +1,7 @@ /******************** Common ***********************/ + .pagination { padding: 5px 5px 5px 5px; text-align: center; } /******************* Message ***********************/ @@ -36,17 +37,17 @@ .message .sender_name { } .message .subject { } .message .date { + color: #6C6D6F; } .conversation_full .messages .unread .header{ - color: #FFF; - background-color: #708EE5; + background-color: #E0E0FF; } .conversation_full .messages .unread .body{ - border: 1px solid #708EE5; + border: 1px solid #E0E0FF; } .conversation_full .messages .unread .subject{ font-weight: bold; } /*************** Full Conversation *****************/ @@ -103,12 +104,13 @@ } .conversations .unread .subject { font-weight: bold; } .conversations .conversation .date { + color: #6C6D6F; } .conversations .conversation .briefing { - color: #2A48A0; + color: #6C6D6F; } .conversations .conversation .notification { float:left; width:5px; height:100%;