From e385be863fda55dc71af45fa3add50f71790da42 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Mon, 30 Mar 2015 20:43:35 +0300 Subject: [PATCH] Fixed styles for status ticks Closes #754 --- app/less/desktop.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/less/desktop.less b/app/less/desktop.less index 0c1bf2cc..2613604a 100644 --- a/app/less/desktop.less +++ b/app/less/desktop.less @@ -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; } }