You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

25 lines
526 B

/* Copyright 2014-2015 Grupo ESOC <http://www.grupoesoc.es>
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
*/
.o_mail_thread .o_thread_message {
.o_full_expand {
cursor: pointer;
opacity: 0;
margin-right: -5px;
padding: 4px;
}
&.o_thread_selected_message .o_full_expand {
opacity: 0.6;
}
&:hover {
.o_full_expand {
opacity: 0.6;
&:hover {
opacity: 1;
}
}
}
}