42 lines
601 B
CSS
42 lines
601 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;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|
|
.tStrong {
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
}
|
|
.flRight {
|
|
float: right;
|
|
}
|