antui-admin
Version:
admin ui for antd
60 lines (59 loc) • 2.05 kB
CSS
.antui-datatable.table-row-alternate-color table {
background: #FFF;
}
.antui-datatable.table-row-alternate-color table tr:nth-child(odd) {
background: #FFF;
}
.antui-datatable.table-row-alternate-color table tr:nth-child(even) {
background: #f6f6f6;
}
.antui-datatable.table-row-alternate-color table tr:hover {
background: rgba(45, 183, 245, 0.2);
}
.antui-datatable .ant-table-small .ant-table-tbody > tr > td {
padding: 3px 8px;
height: 35px;
}
.antui-datatable .ant-table-footer {
padding: 8px;
}
.antui-datatable .table-row-button button {
border: none;
background-color: transparent;
font-size: 20px;
height: 20px;
color: #108ee9;
padding: 0px 5px ;
outline: none;
vertical-align: middle;
}
.antui-datatable .table-row-button button > i {
vertical-align: top;
}
.antui-datatable .table-row-button button:hover,
.antui-datatable .table-row-button button:focus {
background-color: transparent;
color: #70bbf2;
}
.antui-datatable .table-row-button button:active,
.antui-datatable .table-row-button button.active {
background-color: transparent;
}
.antui-datatable .table-row-button button.disabled,
.antui-datatable .table-row-button button[disabled],
fieldset[disabled] .antui-datatable .table-row-button button,
.antui-datatable .table-row-button button.disabled:hover,
.antui-datatable .table-row-button button[disabled]:hover,
fieldset[disabled] .antui-datatable .table-row-button button:hover,
.antui-datatable .table-row-button button.disabled:focus,
.antui-datatable .table-row-button button[disabled]:focus,
fieldset[disabled] .antui-datatable .table-row-button button:focus,
.antui-datatable .table-row-button button.disabled:active,
.antui-datatable .table-row-button button[disabled]:active,
fieldset[disabled] .antui-datatable .table-row-button button:active,
.antui-datatable .table-row-button button.disabled.active,
.antui-datatable .table-row-button button[disabled].active,
fieldset[disabled] .antui-datatable .table-row-button button.active {
background-color: transparent;
color: #ccc;
}