From af545698383a5ab0d864e2dd4374b0e42a00e1b8 Mon Sep 17 00:00:00 2001 From: x620 Date: Wed, 15 Jun 2016 16:08:55 +0500 Subject: [PATCH] [FIX] Synchronize opacity oe_move icon with other icons in mail_to module --- mail_to/static/src/css/mail_to.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mail_to/static/src/css/mail_to.css b/mail_to/static/src/css/mail_to.css index bdbae0d..3ab97a7 100644 --- a/mail_to/static/src/css/mail_to.css +++ b/mail_to/static/src/css/mail_to.css @@ -8,12 +8,14 @@ .o_mail_thread .o_thread_message span.recipients_info, .o_mail_thread .o_thread_message i.o_thread_message_star, .o_mail_thread .o_thread_message i.o_thread_message_reply, +.o_mail_thread .o_thread_message i.oe_move, .o_mail_thread .o_thread_message i.o_thread_message_needaction { opacity: 0.4; } .o_mail_thread .o_thread_message:hover i.o_thread_message_star, .o_mail_thread .o_thread_message:hover i.o_thread_message_reply, +.o_mail_thread .o_thread_message:hover i.oe_move, .o_mail_thread .o_thread_message:hover i.o_thread_message_needaction { opacity: 0.7; }