ec4e2b8bca
Pubblicazione vers 0.6 (manca DB)
31 lines
463 B
CSS
31 lines
463 B
CSS
.baseRow {
|
|
background-color: #EFF3FB;
|
|
}
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
.editRow {
|
|
background-color: #2461bf;
|
|
}
|
|
.selectedRow {
|
|
background-color: #d1ddf1;
|
|
font-weight: 600;
|
|
color: #333333;
|
|
}
|
|
.headerRow {
|
|
background-color: #507cd1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.footerRow {
|
|
background-color: #507cd1;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
.pagerRow {
|
|
background-color: #2461bf;
|
|
color: white;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|