1
0
Fork 0
forked from 0x2620/oxjs

fix OxText class in CSS

This commit is contained in:
rolux 2011-05-12 05:29:35 +02:00
commit b0e5e906f5
7 changed files with 93 additions and 82 deletions

View file

@ -60,6 +60,20 @@ Dialog
background: rgb(255, 255, 255);
}
/*
================================================================================
Document
================================================================================
*/
.OxThemeClassic .OxDocument code {
color: rgb(0, 0, 128);
//background: rgb(255, 255, 255);
}
.OxThemeClassic .OxDocument div {
border-color: rgb(192, 192, 192);
}
/*
================================================================================
Forms
@ -429,19 +443,6 @@ SyntaxHighlighter
background: rgb(255, 128, 128);
}
/*
================================================================================
Text
================================================================================
*/
.OxThemeClassic .OxText code {
color: rgb(0, 0, 128);
}
.OxThemeClassic .OxText div {
border-color: rgb(192, 192, 192);
}
/*
================================================================================
Video