1
0
Fork 0
forked from 0x2620/oxjs

change color scheme for editable annotations (fixes #502)

This commit is contained in:
rlx 2012-02-17 22:08:02 +00:00
commit ab6c1f2234
3 changed files with 5 additions and 6 deletions

View file

@ -788,7 +788,7 @@ Video
.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxWarning .OxValue {
border-bottom: 2px dotted rgb(255, 64, 64);
}
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected {
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxEditable.OxSelected {
background: rgb(192, 192, 255);
}
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected .OxHighlight {
@ -816,7 +816,7 @@ Video
.OxThemeClassic .OxAnnotationFolder .OxArrayEditableInput .OxEditableElement.OxSelected {
box-shadow: 0 0 1px rgb(64, 64, 64);
}
.OxThemeClassic .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditing {
.OxThemeClassic .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditable.OxEditing {
background: rgb(160, 224, 160);
}
.OxThemeClassic .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {