forked from 0x2620/oxjs
improve Ox.highlightHTML and annotations CSS
This commit is contained in:
parent
02e53ed3e0
commit
4dba56ba87
4 changed files with 71 additions and 25 deletions
|
|
@ -765,11 +765,14 @@ Video
|
|||
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxSeparator {
|
||||
color: rgb(96, 96, 96);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement .OxHighlight {
|
||||
border-radius: 2px;
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue {
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
|
||||
color: rgb(192, 64, 64);
|
||||
border-bottom: 2px dotted rgb(255, 64, 64);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected {
|
||||
background: rgb(192, 192, 255);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue