Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
.ui-datatable {
2
        border-bottom-color: #f4f4f4;
3
        border-bottom: 1px;
4
        width: 100%;
5
}
6
 
7
.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td, .ui-datatable tfoot th {
8
    padding: 4px 10px;
9
    overflow: hidden;
10
    border-left: none;
11
    border-right: none;
12
    border-bottom-color: #f4f4f4;
13
}
14
 
15
.ui-datatable .ui-datatable-header {
16
    font-size: 18px;
17
    font-weight: normal;
18
    background-color: #f4f4f4;
19
    padding: 6px;
20
    border-radius: 3px;
21
    border: none;
22
    text-shadow: none;
23
}
24
 
25
.ui-datatable-tablewrapper thead .ui-state-default {
26
        text-align: center;
27
    border: solid;
28
    border-color: #ffffff;
29
    border-bottom-style: none;
30
    font-weight: bold;
31
    background: none;
32
    background-color: #ffffff;
33
}
34
 
35
.ui-datatable-data .ui-widget-content .ui-datatable-even {
36
        background: none;
37
        color: black; !important
38
}
39
 
40
 
41
/* RETIRANDO BACKGROUND AZUL AO SELECIONAR */
42
/*
43
.ui-datatable .ui-datatable-data .even-row td {
44
        background-color: #f2f2f2;
45
}
46
 
47
.ui-datatable .ui-datatable-data .odd-row td {
48
 
49
}
50
*/