Browse Source

Fixed styles for status ticks

Closes #754
master
Igor Zhukov 10 years ago
parent
commit
e385be863f
  1. 2
      app/less/desktop.less

2
app/less/desktop.less

@ -998,6 +998,7 @@ a.footer_link.active:active { @@ -998,6 +998,7 @@ a.footer_link.active:active {
position: relative;
.image-2x('../img/icons/Checks2.png', 16px, 10px);
background-size: 16px 10px;
background-position: 0 0;
}
}
@ -1011,6 +1012,7 @@ a.footer_link.active:active { @@ -1011,6 +1012,7 @@ a.footer_link.active:active {
&_unread {
.icon-message-status-tick {
.image-2x('../img/icons/Checks1.png', 16px, 10px);
background-size: 16px 10px;
background-position: 0 0;
}
}

Loading…
Cancel
Save