Override the prettify css rules not only in the diff view, but in
the code views as well.
This commit is contained in:
parent
810b753edf
commit
6f620e3f54
@ -589,6 +589,11 @@ span.ctrl-char[title="0x09"] {
|
|||||||
width: 24px;
|
width: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* override any prettify css rule */
|
||||||
|
span.ctrl-char > * {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
table.diff {
|
table.diff {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed;
|
||||||
@ -693,11 +698,6 @@ table.diff-contents td.removed > span.ctrl-char {
|
|||||||
background: #A00;
|
background: #A00;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* override prettify css rule */
|
|
||||||
table.diff-contents td > span.ctrl-char > * {
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* view file content
|
* view file content
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user