Browse Source

Fixed media panel title, grey elements on hover

master
Igor Zhukov 10 years ago
parent
commit
11164309ac
  1. 4
      app/css/app.css
  2. 3
      app/partials/im.html

4
app/css/app.css

@ -1846,7 +1846,9 @@ img.img_fullsize { @@ -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;
}

3
app/partials/im.html

@ -54,7 +54,8 @@ @@ -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>

Loading…
Cancel
Save