Fixed media panel title, grey elements on hover

This commit is contained in:
Igor Zhukov 2014-02-15 10:14:15 +04:00
parent 2165c54260
commit 11164309ac
2 changed files with 5 additions and 2 deletions

View File

@ -1846,7 +1846,9 @@ img.img_fullsize {
background: #f2f6fa;
}
.im_message_selected .im_message_date,
.im_history_selectable .im_message_outer_wrap:hover .im_message_date {
.im_message_selected .im_message_fwd_header,
.im_history_selectable .im_message_outer_wrap:hover .im_message_date,
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header {
color: #91a6ba;
}

View File

@ -54,7 +54,8 @@
</a>
<h4 ng-if="mediaType !== false" ng-switch="mediaType">
<span ng-switch-when="photos"> Photos &amp; Videos </span>
<span ng-switch-when="photos"> Photos </span>
<span ng-switch-when="video"> Video </span>
<span ng-switch-when="documents"> Documents </span>
</h4>