mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
improvment on pie charts inside table
This commit is contained in:
parent
5298b8e7ac
commit
4da8ccc791
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue