Fixed media panel title, grey elements on hover
This commit is contained in:
parent
2165c54260
commit
11164309ac
@ -1846,7 +1846,9 @@ img.img_fullsize {
|
|||||||
background: #f2f6fa;
|
background: #f2f6fa;
|
||||||
}
|
}
|
||||||
.im_message_selected .im_message_date,
|
.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;
|
color: #91a6ba;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,7 +54,8 @@
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<h4 ng-if="mediaType !== false" ng-switch="mediaType">
|
<h4 ng-if="mediaType !== false" ng-switch="mediaType">
|
||||||
<span ng-switch-when="photos"> Photos & Videos </span>
|
<span ng-switch-when="photos"> Photos </span>
|
||||||
|
<span ng-switch-when="video"> Video </span>
|
||||||
<span ng-switch-when="documents"> Documents </span>
|
<span ng-switch-when="documents"> Documents </span>
|
||||||
</h4>
|
</h4>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user