From 3d0b967ffb3bc75debf8b1d90421aafe14413410 Mon Sep 17 00:00:00 2001 From: x620 Date: Sat, 30 Apr 2016 00:42:55 +0500 Subject: [PATCH] [IMP] opacity more when mouseover [IMP] link black when mouseover [IMP] semicolon between recipients [IMP] more 4 recipients hidden under "more..." and appear when mouseover --- mail_to/static/src/css/mail_to.css | 32 ++++++++++++++++++++++++---- mail_to/static/src/xml/recipient.xml | 18 ++++++++++++---- 2 files changed, 42 insertions(+), 8 deletions(-) diff --git a/mail_to/static/src/css/mail_to.css b/mail_to/static/src/css/mail_to.css index ef453d6..3464d76 100644 --- a/mail_to/static/src/css/mail_to.css +++ b/mail_to/static/src/css/mail_to.css @@ -1,9 +1,33 @@ -.grey { +.recipient_link { color: grey; } -.o_mail_thread .o_thread_message span.recipients_info { - opacity: 0; +.recipient_link:hover { + color: #0d0d0d; } -.o_mail_thread .o_thread_message:hover span.recipients_info { + +.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.o_thread_message_needaction +{ + opacity: 0.5; +} +.o_mail_thread .o_thread_message:hover span.recipients_info, +.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.o_thread_message_needaction +{ opacity: 1; } +.more_4 { + display: none; +} +.more_4_link { + display: block; +} +.o_mail_thread .o_thread_message:hover span.more_4_link { + display: none; +} +.o_mail_thread .o_thread_message:hover span.more_4 { + display: block; +} \ No newline at end of file diff --git a/mail_to/static/src/xml/recipient.xml b/mail_to/static/src/xml/recipient.xml index edead08..f32287e 100644 --- a/mail_to/static/src/xml/recipient.xml +++ b/mail_to/static/src/xml/recipient.xml @@ -4,10 +4,20 @@ To: - - - + + + + ; + + + + ; + + + + and more... +