1
0
Fork 0
forked from 0x2620/oxjs

improve Ox.highlightHTML and annotations CSS

This commit is contained in:
rlx 2012-02-01 08:26:06 +00:00
commit 4dba56ba87
4 changed files with 71 additions and 25 deletions

View file

@ -604,6 +604,9 @@ OxArrayEditable
--------------------------------------------------------------------------------
*/
.OxArrayEditable {
line-height: 14px;
}
.OxArrayEditable.OxArrayEditableInput {
padding: 4px;
}

View file

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

View file

@ -789,7 +789,7 @@ Video
color: rgb(96, 96, 96);
}
.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
color: rgb(255, 64, 64);
border-bottom: 2px dotted rgb(192, 0, 0);
}
.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected {
background: rgb(64, 64, 192);