improvment on pie charts inside table

This commit is contained in:
gabryon99 2020-01-31 15:11:01 +01:00
parent 5298b8e7ac
commit 4da8ccc791

View file

@ -4,7 +4,7 @@ html, body {
}
svg {
background-color: #121212 !important;
background-color: #121212;
color: #eee;
}
@ -199,6 +199,10 @@ table.tablesorter tbody td {
border: 1px solid #3c3c3c !important;
}
table.table svg, table.table .pie-chart circle {
background-color: #1d1d1d;
}
.pie-chart circle {
fill: #121212 !important;
}