1
0
Fork 0
forked from 0x2620/oxjs

add CSS color for cell borders of drop targets

This commit is contained in:
rlx 2013-08-02 09:22:19 +00:00
commit 2435dd2804
5 changed files with 8 additions and 1 deletions

View file

@ -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;
}