forked from 0x2620/oxjs
TableList: add clearButton and clearButtonTooltip options, update CSS
This commit is contained in:
parent
3e57cbd785
commit
a01ab0ab58
4 changed files with 47 additions and 3 deletions
|
|
@ -1355,6 +1355,16 @@ Lists
|
|||
.OxTableList .OxBar .OxSelect > input {
|
||||
margin-right: -3px;
|
||||
}
|
||||
.OxTableList .OxBar .OxClear {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
height: 8px;
|
||||
padding: 4px 1px;
|
||||
border-width: 0 1px 0 0;
|
||||
border-style: solid;
|
||||
margin-right: -2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.OxTableList .OxBody {
|
||||
float: left;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue