forked from 0x2620/oxjs
fix OxText class in CSS
This commit is contained in:
parent
feef0a2568
commit
b0e5e906f5
7 changed files with 93 additions and 82 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue