forked from 0x2620/oxjs
fix bugs in video editor; begin to implement new list map mode that allows for defining/clearing places
This commit is contained in:
parent
ae82696600
commit
3c94f44a99
15 changed files with 437 additions and 255 deletions
|
|
@ -612,7 +612,8 @@ OxArrayEditable
|
|||
}
|
||||
.OxArrayEditable.OxArrayEditableTextarea .OxEditableElement {
|
||||
padding: 4px;
|
||||
border-top: 1px solid rgb(128, 128, 128);
|
||||
border-top-width: 1px;
|
||||
border-top-style: solid;
|
||||
}
|
||||
.OxArrayEditable.OxArrayEditableTextarea textarea {
|
||||
padding: 4px;
|
||||
|
|
@ -1436,6 +1437,14 @@ Maps
|
|||
height: 16px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
.OxTypeIcon {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-width: 2px;
|
||||
border-style: solid;
|
||||
border-radius: 7px;
|
||||
margin-left: -3px;
|
||||
}
|
||||
|
||||
/*
|
||||
================================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue