update source viewer code block css

This commit is contained in:
rolux 2012-06-23 13:31:15 +02:00
parent 4b0a07387f
commit 4e8c8f6310
2 changed files with 8 additions and 0 deletions

View file

@ -681,6 +681,10 @@ SourceViewer
background-color: rgb(255, 255, 255);
box-shadow: 0 0 1px rgb(160, 160, 160);
}
.OxThemeClassic .OxSourceViewer .OxComment pre > code {
background-color: transparent;
box-shadow: none;
}
.OxThemeClassic .OxSourceViewer .OxCode {
background-color: rgb(255, 255, 255);
}

View file

@ -664,6 +664,10 @@ SourceViewer
background-color: rgb(0, 0, 0);
box-shadow: 0 0 1px rgb(255, 255, 255);
}
.OxThemeModern .OxSourceViewer .OxComment pre > code {
background-color: transparent;
box-shadow: none;
}
.OxThemeModern .OxSourceViewer .OxCode {
background-color: rgb(0, 0, 0);
}