mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 20:02:18 -06:00
[MIG] document_page: Migration to 13.0
This commit is contained in:
28
document_page/static/src/scss/document_page.scss
Normal file
28
document_page/static/src/scss/document_page.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
table.diff {
|
||||
font-family: Courier;
|
||||
border: medium;
|
||||
|
||||
.diff_header {
|
||||
background-color: #e0e0e0
|
||||
}
|
||||
|
||||
td.diff_header {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
.diff_next {
|
||||
background-color:#c0c0c0
|
||||
}
|
||||
|
||||
.diff_add {
|
||||
background-color:#aaffaa
|
||||
}
|
||||
|
||||
.diff_chg {
|
||||
background-color:#ffff77
|
||||
}
|
||||
|
||||
.diff_sub {
|
||||
background-color:#ffaaaa
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user