forked from 0x2620/oxjs
add CSS color for cell borders of drop targets
This commit is contained in:
parent
d05b12208a
commit
2435dd2804
5 changed files with 8 additions and 1 deletions
|
|
@ -674,6 +674,9 @@ Lists
|
|||
border-color: $listItemFocusSelectedBorder;
|
||||
color: $listItemFocusSelectedColor;
|
||||
}
|
||||
.$themeClass .OxTableList .OxItem.OxDroppable.OxDrop .OxCell {
|
||||
border-color: $listItemDropBorder;
|
||||
}
|
||||
.$themeClass .OxTableList .OxBody .OxItem .OxLine {
|
||||
background-color: $listItemBorder;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue