1
0
Fork 0
forked from 0x2620/oxjs

TableList: add clearButton and clearButtonTooltip options, update CSS

This commit is contained in:
rolux 2012-08-31 16:57:03 +02:00
commit a01ab0ab58
4 changed files with 47 additions and 3 deletions

View file

@ -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 {