Damien Bouvy
8 years ago
No known key found for this signature in database
GPG Key ID: 1D0AB759B4B928E3
7 changed files with 88 additions and 79 deletions
-
4mail_full_expand/__manifest__.py
-
12mail_full_expand/static/src/css/mail_full_expand.css
-
25mail_full_expand/static/src/css/mail_full_expand.less
-
23mail_full_expand/static/src/js/mail_full_expand.js
-
9mail_full_expand/static/src/xml/mail_full_expand.xml
-
2mail_full_expand/views/assets.xml
-
20mail_full_expand/views/mail_full_expand.xml
@ -1,12 +0,0 @@ |
|||
/* © 2014-2015 Grupo ESOC <http://www.grupoesoc.es> |
|||
* License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). |
|||
*/ |
|||
|
|||
.openerp .oe_mail .oe_msg .oe_msg_icons .oe_full_expand:hover a{ |
|||
color: #BBBAFF; |
|||
text-shadow: 0px 1px #7C7BAD, |
|||
0px -1px #7C7BAD, |
|||
-1px 0px #7C7BAD, |
|||
1px 0px #7C7BAD, |
|||
0px 3px 3px rgba(0, 0, 0, 0.1); |
|||
} |
@ -0,0 +1,25 @@ |
|||
/* © 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; |
|||
} |
|||
} |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue