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
|
|
@ -545,7 +545,8 @@ Lists
|
|||
.OxThemeClassic .OxTableList .OxHead .OxResize .OxCenter {
|
||||
background: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeClassic .OxTableList .OxHead .OxSelect {
|
||||
.OxThemeClassic .OxTableList .OxHead .OxSelect,
|
||||
.OxThemeClassic .OxTableList .OxBar .OxClear {
|
||||
border-color: rgb(192, 192, 192);
|
||||
}
|
||||
.OxThemeClassic .OxTableList .OxBody .OxItem .OxCell {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue