mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-01 15:46:21 +00:00
22 lines
234 B
CSS
22 lines
234 B
CSS
|
.hiddenRow {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.bg-grey {
|
||
|
background-color: rgba(0, 0, 0, 0.03);
|
||
|
}
|
||
|
|
||
|
.table-curved {
|
||
|
border-radius: 20px;
|
||
|
}
|
||
|
|
||
|
.buttons, .report-description {
|
||
|
margin: 5px;
|
||
|
padding: 5px;
|
||
|
}
|
||
|
|
||
|
.piechart{
|
||
|
text-align: center;
|
||
|
}
|
||
|
|