Blame |
Last modification |
View Log
| Download
| RSS feed
.ui-datatable {
border-bottom-color: #f4f4f4;
border-bottom: 1px;
width: 100%;
}
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
padding: 4px 10px;
overflow: hidden;
border-left: none;
border-right: none;
border-bottom-color: #f4f4f4;
}
.ui-datatable .ui-datatable-header {
font-size: 18px;
font-weight: normal;
background-color: #f4f4f4;
padding: 6px;
border-radius: 3px;
border: none;
text-shadow: none;
}
.ui-datatable-tablewrapper thead .ui-state-default {
text-align: center;
border: solid;
border-color: #ffffff;
border-bottom-style: none;
font-weight: bold;
background: none;
background-color: #ffffff;
}
.ui-datatable-data .ui-widget-content .ui-datatable-even {
background: none;
color: black; !important
}
/* RETIRANDO BACKGROUND AZUL AO SELECIONAR */
/*
.ui-datatable .ui-datatable-data .even-row td {
background-color: #f2f2f2;
}
.ui-datatable .ui-datatable-data .odd-row td {
}
*/