Fixed styles for status ticks

Closes #754
This commit is contained in:
Igor Zhukov 2015-03-30 20:43:35 +03:00
parent 9ded2c195e
commit e385be863f

View File

@ -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 {
&_unread {
.icon-message-status-tick {
.image-2x('../img/icons/Checks1.png', 16px, 10px);
background-size: 16px 10px;
background-position: 0 0;
}
}