Browse Source

Send button turns green in mobile view. Fix #752

master
Artem Fitiskin 10 years ago
parent
commit
c446366291
  1. 1
      app/less/mobile.less

1
app/less/mobile.less

@ -1287,6 +1287,7 @@ a.im_message_fwd_author {
&:hover { &:hover {
color: transparent; color: transparent;
box-shadow: none; box-shadow: none;
background-color: inherit;
.image-2x('../img/icons/IconsetW.png', 42px, 1171px); .image-2x('../img/icons/IconsetW.png', 42px, 1171px);
background-position: 2px -860px; background-position: 2px -860px;

Loading…
Cancel
Save