ec4e2b8bca
Pubblicazione vers 0.6 (manca DB)
46 lines
596 B
Plaintext
46 lines
596 B
Plaintext
body {
|
|
}
|
|
|
|
@blu: #507CD1;
|
|
@bluChiaro: #D1DDF1;
|
|
@bluScuro: #2461BF;
|
|
|
|
@testoScuro: #333;
|
|
|
|
.baseRow {
|
|
background-color: #EFF3FB;
|
|
}
|
|
|
|
.altRow {
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.editRow {
|
|
background-color: @bluScuro;
|
|
}
|
|
|
|
.selectedRow {
|
|
background-color: @bluChiaro;
|
|
font-weight: 600;
|
|
color: @testoScuro;
|
|
}
|
|
|
|
.headerRow {
|
|
background-color: @blu;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
.footerRow {
|
|
background-color: @blu;
|
|
font-weight: 600;
|
|
color: white;
|
|
}
|
|
|
|
.pagerRow {
|
|
background-color: @bluScuro;
|
|
color: white;
|
|
text-align: center;
|
|
margin: auto;
|
|
}
|