forked from 0x2620/oxjs
update video editor
This commit is contained in:
parent
f5d587cf5b
commit
7da384d03a
5 changed files with 98 additions and 38 deletions
|
|
@ -760,20 +760,36 @@ Video
|
|||
//display: none;
|
||||
}
|
||||
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxSelected {
|
||||
/* FIXME: the first two should apply for every ArrayEditable */
|
||||
.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxSeparator {
|
||||
color: rgb(160, 160, 160);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxPlaceholder .OxValue {
|
||||
color: rgb(96, 96, 96);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxEditableElement.OxSelected {
|
||||
background: rgb(64, 64, 192);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxArrayEditableInput .OxEditableElement.OxSelected {
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxArrayEditableTextarea .OxEditableElement.OxEditing {
|
||||
background: rgb(64, 128, 64);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxArrayEditable .OxInput.OxFocus {
|
||||
box-shadow: none;
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement input {
|
||||
background: rgb(64, 128, 64);
|
||||
color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
//box-shadow: 0 0 1px rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement textarea {
|
||||
background: rgb(64, 128, 64);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
Miscellaneous
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue