forked from 0x2620/oxjs
update video editor
This commit is contained in:
parent
e98696b93d
commit
b2e8b2ac82
9 changed files with 623 additions and 485 deletions
|
|
@ -739,16 +739,16 @@ Video
|
|||
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(192, 192, 192, 1));
|
||||
}
|
||||
|
||||
.OxThemeClassic .OxAnnotationPanel .OxEditableElement.OxSelected {
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement.OxSelected {
|
||||
background: rgb(192, 192, 255);
|
||||
box-shadow: 0 0 1px rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationPanel .OxEditableElement input {
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement input {
|
||||
background: rgb(160, 224, 160);
|
||||
color: rgb(0, 0, 0);
|
||||
box-shadow: 0 0 1px rgb(64, 64, 64);
|
||||
}
|
||||
.OxThemeClassic .OxAnnotationPanel .OxEditableElement textarea {
|
||||
.OxThemeClassic .OxAnnotationFolder .OxEditableElement textarea {
|
||||
background: rgb(160, 224, 160);
|
||||
color: rgb(0, 0, 0);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -760,16 +760,16 @@ Video
|
|||
//display: none;
|
||||
}
|
||||
|
||||
.OxThemeModern .OxAnnotationPanel .OxEditableElement.OxSelected {
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement.OxSelected {
|
||||
background: rgb(64, 64, 192);
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationPanel .OxEditableElement input {
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement input {
|
||||
background: rgb(64, 128, 64);
|
||||
color: rgb(255, 255, 255);
|
||||
box-shadow: 0 0 1px rgb(255, 255, 255);
|
||||
}
|
||||
.OxThemeModern .OxAnnotationPanel .OxEditableElement textarea {
|
||||
.OxThemeModern .OxAnnotationFolder .OxEditableElement textarea {
|
||||
background: rgb(64, 128, 64);
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue