Updated styles

This commit is contained in:
Igor Zhukov 2014-10-31 18:42:30 +03:00
parent 7ea9ee30ae
commit 7c55240dc2
2 changed files with 11 additions and 17 deletions

View File

@ -121,7 +121,7 @@ input[type="number"] {
.btn-primary { .btn-primary {
color: #ffffff; color: #ffffff;
background-color: #5d8db3; background-color: #6490b1;
border-radius: 3px; border-radius: 3px;
} }
.btn-primary:hover, .btn-primary:hover,
@ -1454,7 +1454,7 @@ img.im_message_document_thumb {
.im_message_document_name { .im_message_document_name {
color: #222; color: #3a6d99;
display: inline-block; display: inline-block;
font-weight: bold; font-weight: bold;
max-width: 200px; max-width: 200px;
@ -1472,11 +1472,11 @@ img.im_message_document_thumb {
margin-right: 10px; margin-right: 10px;
} }
.audio_player_button { .audio_player_button {
width: 38px; width: 42px;
height: 38px; height: 42px;
padding-left: 12px; padding-left: 14px;
padding-right: 12px; padding-right: 14px;
border-radius: 3px; border-radius: 2px;
margin-right: 12px; margin-right: 12px;
} }
.audio_player_btn_icon { .audio_player_btn_icon {
@ -1511,7 +1511,6 @@ img.im_message_document_thumb {
height: 19px; height: 19px;
} }
.audio_player_title { .audio_player_title {
color: #222;
display: inline-block; display: inline-block;
font-weight: bold; font-weight: bold;
max-width: 200px; max-width: 200px;
@ -1520,9 +1519,6 @@ img.im_message_document_thumb {
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.audio_player_title:hover {
color: #222;
}
.audio_player_meta { .audio_player_meta {
overflow: hidden; overflow: hidden;
vertical-align: text-top; vertical-align: text-top;
@ -1576,7 +1572,7 @@ img.im_message_document_thumb {
height: 5px; height: 5px;
margin: 0; margin: 0;
padding: 0; padding: 0;
background: #F2F2F2; background: rgba(218,228,234,0.50);
border: 0; border: 0;
border-radius: 0; border-radius: 0;
-webkit-box-shadow: none; -webkit-box-shadow: none;
@ -1594,14 +1590,12 @@ img.im_message_document_thumb {
box-shadow: none; box-shadow: none;
} }
.tg_play_progress { .tg_play_progress {
background: #e4e9ed; background: rgba(218,228,234,0.50);
border-radius: 1px; border-radius: 1px;
} }
.tg_play_progress .progress-bar { .tg_play_progress .progress-bar {
background: #628fb2; background: #628fb2;
border-radius: 1px; border-radius: 1px;
/*-webkit-transition: width 1s linear;
transition: width 1s linear;*/
-webkit-transition: none; -webkit-transition: none;
transition: none; transition: none;
} }
@ -2423,7 +2417,7 @@ img.chat_modal_participant_photo {
.im_message_focus .audio_player_duration, .im_message_focus .audio_player_duration,
.im_message_focus .audio_player_size, .im_message_focus .audio_player_size,
.im_message_focus .im_message_fwd_date { .im_message_focus .im_message_fwd_date {
color: #68839c; color: #899daf;
} }
.icon-select-tick { .icon-select-tick {

View File

@ -394,7 +394,7 @@ a.footer_lang_link.active:active {
.im_history_selectable .im_message_outer_wrap:hover .im_message_audio_duration, .im_history_selectable .im_message_outer_wrap:hover .im_message_audio_duration,
.im_history_selectable .im_message_outer_wrap:hover .im_message_audio_size, .im_history_selectable .im_message_outer_wrap:hover .im_message_audio_size,
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_date { .im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_date {
color: #68839c; color: #899daf;
} }
.im_content_message_select_area { .im_content_message_select_area {