add css rule for table list column head order images
This commit is contained in:
parent
905c7390a2
commit
5bf4f59be2
1 changed files with 3 additions and 0 deletions
|
@ -1426,6 +1426,9 @@ Lists
|
||||||
}
|
}
|
||||||
.OxTableList .OxHead .OxOrder {
|
.OxTableList .OxHead .OxOrder {
|
||||||
float: left;
|
float: left;
|
||||||
|
width: 10px;
|
||||||
|
height: 10px;
|
||||||
|
margin: 3px;
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
.OxTableList .OxHead .OxHeadCell.OxSelected .OxOrder {
|
.OxTableList .OxHead .OxHeadCell.OxSelected .OxOrder {
|
||||||
|
|
Loading…
Reference in a new issue