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

@ -536,7 +536,8 @@ Lists
.OxThemeModern .OxTableList .OxHead .OxResize .OxCenter {
background: rgb(24, 24, 24);
}
.OxThemeModern .OxTableList .OxHead .OxSelect {
.OxThemeModern .OxTableList .OxHead .OxSelect,
.OxThemeModern .OxTableList .OxBar .OxClear {
border-color: rgb(24, 24, 24);
}
.OxThemeModern .OxTableList .OxBody .OxItem .OxCell {