update CSS
This commit is contained in:
parent
0f4d72c1da
commit
d060a94131
6 changed files with 36 additions and 9 deletions
|
|
@ -1967,10 +1967,8 @@ SourceViewer
|
|||
.OxSourceViewer .OxComment code {
|
||||
padding: 1px 3px 1px 3px;
|
||||
border-radius: 2px;
|
||||
background: rgb(255, 255, 255);
|
||||
font-family: Menlo, Monaco, DejaVu Sans Mono, Bitstream Vera Sans Mono, Consolas, Lucida Console, monospace;
|
||||
font-size: 11px;
|
||||
box-shadow: 0 0 1px rgb(160, 160, 160);
|
||||
}
|
||||
.OxSourceViewer .OxComment pre {
|
||||
line-height: 16px;
|
||||
|
|
|
|||
|
|
@ -667,6 +667,10 @@ SourceViewer
|
|||
.OxThemeClassic .OxSourceViewer .OxComment {
|
||||
border-color: rgb(208, 208, 208);
|
||||
}
|
||||
.OxThemeClassic .OxSourceViewer .OxComment code {
|
||||
background-color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 1px rgb(160, 160, 160);
|
||||
}
|
||||
.OxThemeClassic .OxSourceViewer .OxCode {
|
||||
background-color: rgb(255, 255, 255);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -651,6 +651,10 @@ SourceViewer
|
|||
.OxThemeModern .OxSourceViewer .OxComment {
|
||||
border-color: rgb(48, 48, 48);
|
||||
}
|
||||
.OxThemeModern .OxSourceViewer .OxComment code {
|
||||
background-color: rgb(0, 0, 0);
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxSourceViewer .OxCode {
|
||||
background-color: rgb(0, 0, 0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue