-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchatter-odoo.user.css
More file actions
27 lines (25 loc) · 899 Bytes
/
chatter-odoo.user.css
File metadata and controls
27 lines (25 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* ==UserStyle==
@name Chatter Odoo
@description Make chatter in unified style on odoo.com.
@namespace https://github.com/Maurin3
@version 1.0.3
@author Maurin3
@homepageURL https://github.com/Maurin3/Userstyles
@supportURL https://github.com/Maurin3/Userstyles/issues
@updateURL https://raw.githubusercontent.com/Maurin3/Userstyles/master/chatter-odoo.user.css
==/UserStyle== */
@-moz-document domain("*.odoo.com"),
domain("odoo.com") {
.o_MessageView_prettyBody *:not(a):not(.fa){
color: inherit !important;
font-family: inherit !important;
background-color: inherit !important;
font-size: inherit !important;
}
.o-mail-Message-body *:not(a):not(.fa){
color: inherit !important;
font-family: inherit !important;
background-color: inherit !important;
font-size: inherit !important;
}
}