From 17a270992f984e3b2565b4563e9e3e28daa18508 Mon Sep 17 00:00:00 2001 From: Igor Zhukov Date: Wed, 15 Oct 2014 19:20:50 +0400 Subject: [PATCH] Hide select tick boxes --- app/css/desktop.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/css/desktop.css b/app/css/desktop.css index ee690d2a..ffbcddac 100644 --- a/app/css/desktop.css +++ b/app/css/desktop.css @@ -414,13 +414,10 @@ a.footer_lang_link.active:active { } } -.im_history_selectable .icon-select-tick, -.im_content_message_select_area:hover .icon-select-tick { - display: inline-block; -} .im_message_selected .icon-select-tick, .im_history_selectable .im_message_outer_wrap:hover .icon-select-tick, .im_content_message_select_area:hover .icon-select-tick { + display: inline-block; background-position: -9px -481px; opacity: 0.5; }