1
0
Fork 0
forked from 0x2620/oxjs

update CSS

This commit is contained in:
rolux 2012-04-15 21:56:39 +02:00
commit d060a94131
6 changed files with 36 additions and 9 deletions

View file

@ -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);
}